MCPcopy Index your code
hub / github.com/boringstack-xyz/boringstack / IPlan

Interface IPlan

scripts/spec-init.ts:25–29  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

23const FORCE = process.argv.includes("--force");
24
25interface IPlan {
26 source: string | (() => string);
27 destination: string;
28 kind: "copy" | "merge-json";
29}
30
31const C_RESET = "";
32const C_CYAN = "";

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected