MCPcopy
hub / github.com/aidenybai/react-grab / CapturedRecord

Interface CapturedRecord

packages/cli/test/clipboard.test.ts:32–36  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

30const GOLDEN_PICKLE = fs.readFileSync(path.join(HERE, "fixtures", "golden-pickle.bin"));
31
32interface CapturedRecord {
33 source: string;
34 content: string;
35 entries: { componentName?: string }[];
36}
37
38// Spawns the foreground watch daemon body (polls until killed) and returns the
39// records written to history.jsonl. The watcher never exits on its own, so it is

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…