Creates an instance of noop adapter.
The handle for this adapter, basically an id. Should be something simple but descriptive, like 'node-fs' or 'blob'.
Log useful messages to the journal about file operations.
The real root of this file system which will be committed to.
Flush the underlying file system to prepare for a commit.
Create a link in persistent storage.
Make a directory or directory tree in persistent storage.
Remove items from persistent storage.
Snapshot of the underlying file system; an asynchronous iterable which returns an entry of path and data.
The asynchronous iterable to get the snapshot.
Create a file or write the contents of a file to persistent storage.
Generated using TypeDoc
An adapter for No-Operation; essentially makes the VFS a memory-only instance.