MCPcopy Create free account
hub / github.com/garrytan/gstack / readFile

Function readFile

browse/src/browser-skill-commands.ts:119–121  ·  view source on GitHub ↗
(p: string)

Source from the content-addressed store, hash-verified

117}
118
119function readFile(p: string): string {
120 return fs.readFileSync(p, 'utf-8');
121}
122
123// ─── run ────────────────────────────────────────────────────────
124

Callers 5

loadDeviceSaltFunction · 0.85
tryClaimFunction · 0.85
cleanupFunction · 0.85
loadAllowlistFunction · 0.85
handleShowFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected