MCPcopy Index your code
hub / github.com/prettydiff/prettydiff / readFile

Interface readFile

services.ts:13–18  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

11 source: directoryList;
12}
13interface readFile {
14 callback: Function;
15 index: number;
16 path: string;
17 stat: Stats;
18}
19
20/*jslint node:true */
21/*eslint-env node*/

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected