Creates an instance of noop adapter.
The store of registered adapters
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. This is a no-op.
Create a link in persistent storage.
Make a directory or directory tree in persistent storage.
Read a file from persistent storage; returns the first available non-empty result.
Register an adapter. Any attempt to register an instance of MultiAdapter will be silently ignored.
Remove items from persistent storage.
Snapshot of the underlying file system; an asynchronous iterable which returns an entry of path and data. This is a no-op.
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.