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

Method getName

src/backend/IsoFS.ts:1234–1240  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

1232 }
1233
1234 public getName(): string {
1235 let name = `IsoFS${this._name}${this._pvd ? `-${this._pvd.name()}` : ''}`;
1236 if (this._root && this._root.hasRockRidge()) {
1237 name += `-RockRidge`;
1238 }
1239 return name;
1240 }
1241
1242 public diskSpace(path: string, cb: (total: number, free: number) => void): void {
1243 // Read-only file system.

Callers

nothing calls this directly

Calls 1

nameMethod · 0.65

Tested by

no test coverage detected