Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
_rockRidgeFilename
Function · 0.65
getName
Method · 0.65
getName
Method · 0.65
getName
Method · 0.65
Implementers
3
LocalStorageStore
src/backend/LocalStorage.ts
InMemoryStore
src/backend/InMemory.ts
IndexedDBStore
src/backend/IndexedDB.ts
Calls
no outgoing calls
Tested by
no test coverage detected