MCPcopy
hub / github.com/patriksimek/vm2 / VMFS

Interface VMFS

index.d.ts:8–13  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

6 * Interface for nodes fs module
7 */
8export interface VMFS {
9 /** Implements fs.statSync */
10 statSync: typeof fs.statSync;
11 /** Implements fs.readFileSync */
12 readFileSync: typeof fs.readFileSync;
13}
14
15/**
16 * Interface for nodes path module

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…