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

Method isAvailable

src/backend/OverlayFS.ts:1016–1018  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

1014 }
1015 }
1016 public static isAvailable(): boolean {
1017 return UnlockedOverlayFS.isAvailable();
1018 }
1019
1020 /**
1021 * **Deprecated. Please use OverlayFS.Create() method instead.**

Callers

nothing calls this directly

Calls 1

isAvailableMethod · 0.65

Tested by

no test coverage detected