| 30 | const GOLDEN_PICKLE = fs.readFileSync(path.join(HERE, "fixtures", "golden-pickle.bin")); |
| 31 | |
| 32 | interface 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 |
nothing calls this directly
no outgoing calls
no test coverage detected
searching dependent graphs…