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

Method getName

src/backend/FolderAdapter.ts:87–87  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

85 }
86
87 public getName(): string { return this._wrapped.getName(); }
88 public isReadOnly(): boolean { return this._wrapped.isReadOnly(); }
89 public supportsProps(): boolean { return this._wrapped.supportsProps(); }
90 public supportsSynch(): boolean { return this._wrapped.supportsSynch(); }

Callers

nothing calls this directly

Calls 1

getNameMethod · 0.65

Tested by

no test coverage detected