(sandboxDir, relPath)
| 76 | } |
| 77 | |
| 78 | function editEvent(sandboxDir, relPath) { |
| 79 | return { |
| 80 | tool_name: 'Edit', |
| 81 | tool_input: { file_path: path.join(sandboxDir, relPath) }, |
| 82 | }; |
| 83 | } |
| 84 | |
| 85 | function writeEvent(sandboxDir, relPath) { |
| 86 | return { |
no outgoing calls
no test coverage detected