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

Method getName

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

* **Optional**: Returns the name of the file system.

()

Source from the content-addressed store, hash-verified

63 * **Optional**: Returns the name of the file system.
64 */
65 getName(): string;
66 /**
67 * **Optional**: Passes the following information to the callback:
68 *

Callers 3

generateAllTestsFunction · 0.65
getNameMethod · 0.65
getNameMethod · 0.65

Implementers 10

LockedFSsrc/generic/locked_fs.ts
MountableFileSystemsrc/backend/MountableFileSystem.ts
WorkerFSsrc/backend/WorkerFS.ts
IsoFSsrc/backend/IsoFS.ts
UnlockedOverlayFSsrc/backend/OverlayFS.ts
FolderAdaptersrc/backend/FolderAdapter.ts
ZipFSsrc/backend/ZipFS.ts
XmlHttpRequestsrc/backend/XmlHttpRequest.ts
AsyncMirrorsrc/backend/AsyncMirror.ts
DropboxFileSystemsrc/backend/Dropbox.ts

Calls

no outgoing calls

Tested by

no test coverage detected