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

Method getName

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

Source from the content-addressed store, hash-verified

275 }
276
277 public getName(): string { return this.store.name(); }
278 public isReadOnly(): boolean { return false; }
279 public supportsSymlinks(): boolean { return false; }
280 public supportsProps(): boolean { return false; }

Callers

nothing calls this directly

Calls 1

nameMethod · 0.65

Tested by

no test coverage detected