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

Method getName

src/generic/key_value_filesystem.ts:733–733  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

731 this.makeRootDirectory(cb);
732 }
733 public getName(): string { return this.store.name(); }
734 public isReadOnly(): boolean { return false; }
735 public supportsSymlinks(): boolean { return false; }
736 public supportsProps(): boolean { return false; }

Callers

nothing calls this directly

Calls 1

nameMethod · 0.65

Tested by

no test coverage detected