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

Method name

src/generic/key_value_filesystem.ts:77–77  ·  view source on GitHub ↗

* The name of the key-value store.

()

Source from the content-addressed store, hash-verified

75 * The name of the key-value store.
76 */
77 name(): string;
78 /**
79 * Empties the key-value store completely.
80 */

Callers 4

_rockRidgeFilenameFunction · 0.65
getNameMethod · 0.65
getNameMethod · 0.65
getNameMethod · 0.65

Implementers 3

LocalStorageStoresrc/backend/LocalStorage.ts
InMemoryStoresrc/backend/InMemory.ts
IndexedDBStoresrc/backend/IndexedDB.ts

Calls

no outgoing calls

Tested by

no test coverage detected