(p: string)
| 42 | // planted symlink — used for backups and fresh installs. |
| 43 | writeFile(p: string, data: string, opts?: { exclusive?: boolean }): Promise<void>; |
| 44 | mkdir(p: string): Promise<void>; // recursive |
| 45 | } |
| 46 | |
| 47 | const defaultAgentFs: AgentFs = { |
no outgoing calls
no test coverage detected