(path: string)
| 299 | } |
| 300 | |
| 301 | function writePath(path: string): ToolAccesses { |
| 302 | return ToolAccesses.writeFile(path); |
| 303 | } |
| 304 | |
| 305 | async function waitOneMacrotask(): Promise<void> { |
| 306 | await new Promise((resolve) => setTimeout(resolve, 0)); |
no outgoing calls
no test coverage detected