MCPcopy Create free account
hub / github.com/dethcrypto/dethcode /

Class

packages/ethereum-viewer/src/fs/fileSystemProvider.ts:55–55  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

53// @todo // No search provider registered for scheme: memfs, waiting
54// Without it you can only search in open file.
55export class MemFS implements vscode.FileSystemProvider {
56 root = new Directory("");
57
58 // --- manage file metadata

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected