MCPcopy
hub / github.com/jvilk/BrowserFS / Create

Method Create

src/core/file_system.ts:370–370  ·  view source on GitHub ↗

* **Core**: Creates a file system of this given type with the given * options.

(options: object, cb: BFSCallback<FileSystem>)

Source from the content-addressed store, hash-verified

368 * options.
369 */
370 Create(options: object, cb: BFSCallback<FileSystem>): void;
371 /**
372 * **Core**: Returns 'true' if this filesystem is available in the current
373 * environment. For example, a `localStorage`-backed filesystem will return

Callers 12

authFunction · 0.65
AsyncMirrorFactoryFunction · 0.65
HTML5FSFactoryFunction · 0.65
fetchIsoFunction · 0.65
fetchZipFunction · 0.65
WorkerFSFactoryFunction · 0.65
MFSFactoryFunction · 0.65
IDBFSFactoryFunction · 0.65
XHRFSFactoryFunction · 0.65
nextFunction · 0.65
persist-test.tsFile · 0.65
finishFunction · 0.65

Implementers 13

MountableFileSystemsrc/backend/MountableFileSystem.ts
EmscriptenFileSystemsrc/backend/Emscripten.ts
HTML5FSsrc/backend/HTML5FS.ts
WorkerFSsrc/backend/WorkerFS.ts
IsoFSsrc/backend/IsoFS.ts
OverlayFSsrc/backend/OverlayFS.ts
FolderAdaptersrc/backend/FolderAdapter.ts
ZipFSsrc/backend/ZipFS.ts
IndexedDBFileSystemsrc/backend/IndexedDB.ts
LocalStorageFileSystemsrc/backend/LocalStorage.ts
XmlHttpRequestsrc/backend/XmlHttpRequest.ts
AsyncMirrorsrc/backend/AsyncMirror.ts

Calls

no outgoing calls

Tested by

no test coverage detected