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

Interface directoryList

services.ts:6–8  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

4import { Hash } from "crypto";
5type directoryItem = [string, "file" | "directory" | "link" | "screen", number, number, Stats];
6interface directoryList extends Array<directoryItem> {
7 [key:number]: directoryItem;
8}
9interface diffStore {
10 diff: directoryList;
11 source: directoryList;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected