(path: string)
| 416 | } |
| 417 | ): Promise<PiSandboxCommandResult> |
| 418 | readFile(path: string): Promise<string> |
| 419 | /** |
| 420 | * Writes a file via the sandbox filesystem API. Bytes go through the E2B SDK, |
| 421 | * never a shell, so untrusted content (the assembled prompt, a commit message) |
no outgoing calls
no test coverage detected