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

Interface diffStore

services.ts:9–12  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

7 [key:number]: directoryItem;
8}
9interface diffStore {
10 diff: directoryList;
11 source: directoryList;
12}
13interface readFile {
14 callback: Function;
15 index: number;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected