(path: string)
| 295 | } |
| 296 | |
| 297 | function readTree(path: string): ToolAccesses { |
| 298 | return ToolAccesses.readTree(path); |
| 299 | } |
| 300 | |
| 301 | function writePath(path: string): ToolAccesses { |
| 302 | return ToolAccesses.writeFile(path); |
no outgoing calls
no test coverage detected