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

Interface BackendFactory

test/harness/BackendFactory.ts:3–5  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1import {FileSystem} from '../../src/core/file_system';
2
3interface BackendFactory {
4 (cb: (name: string, objs: FileSystem[]) => void): void;
5}
6
7export default BackendFactory;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected