MCPcopy
hub / github.com/harttle/liquidjs / FileDescriptor

Interface FileDescriptor

test/stub/mockfs.ts:5–8  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3import { resolve, sep } from 'path'
4
5interface FileDescriptor {
6 mode: string;
7 content: string;
8}
9
10let files: { [path: string]: FileDescriptor } = {}
11const { readFile, exists, readFileSync, existsSync, contains, containsSync } = fs

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…