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

Method initialize

src/typedoc.ts:33–33  ·  view source on GitHub ↗

* You must call this function with a properly-instantiated root file system * before using any file system API method. * @param rootFS The root filesystem to use for the * entire BrowserFS file system.

(rootFS: FileSystem)

Source from the content-addressed store, hash-verified

31 * entire BrowserFS file system.
32 */
33 initialize(rootFS: FileSystem): void;
34 /**
35 * Installs BrowserFS onto the given object.
36 * We recommend that you run install with the 'window' object to make things

Callers 13

generateEmscriptenTestFunction · 0.65
generateBackendTestsFunction · 0.65
IsoFSFactoryFunction · 0.65
ZipFSFactoryFunction · 0.65
workerfs_worker.tsFile · 0.65
mounting.tsFile · 0.65
error-test.tsFile · 0.65
nextFunction · 0.65
persist-test.tsFile · 0.65
listing.tsFile · 0.65
initializeMethod · 0.65
initializeFunction · 0.65

Calls

no outgoing calls

Tested by

no test coverage detected