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

Method getOverlayedFileSystems

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

Source from the content-addressed store, hash-verified

1038 }
1039
1040 public getOverlayedFileSystems(): { readable: FileSystem; writable: FileSystem; } {
1041 return super.getFSUnlocked().getOverlayedFileSystems();
1042 }
1043
1044 public unwrap(): UnlockedOverlayFS {
1045 return super.getFSUnlocked();

Callers 3

error-test.tsFile · 0.45
delete-log-test.tsFile · 0.45
persist-test.tsFile · 0.45

Calls 1

getFSUnlockedMethod · 0.80

Tested by

no test coverage detected