MCPcopy Index your code
hub / github.com/jvilk/BrowserFS / MountableFileSystem.ts

File MountableFileSystem.ts

src/backend/MountableFileSystem.ts:None–None  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1import {FileSystem, BaseFileSystem, BFSOneArgCallback, BFSCallback, FileSystemOptions} from '../core/file_system';
2import InMemoryFileSystem from './InMemory';
3import {ApiError, ErrorCode} from '../core/api_error';
4import fs from '../core/node_fs';

Callers

nothing calls this directly

Calls 1

defineFcnFunction · 0.85

Tested by

no test coverage detected