(sandboxDir, relPath)
| 83 | } |
| 84 | |
| 85 | function writeEvent(sandboxDir, relPath) { |
| 86 | return { |
| 87 | tool_name: 'Write', |
| 88 | tool_input: { file_path: path.join(sandboxDir, relPath) }, |
| 89 | }; |
| 90 | } |
| 91 | |
| 92 | // ── Test runner ────────────────────────────────────────────────────────────── |
| 93 |
no outgoing calls
no test coverage detected