* Writes a file via the sandbox filesystem API. Bytes go through the E2B SDK, * never a shell, so untrusted content (the assembled prompt, a commit message) * is delivered without any shell parsing — callers reference it by a fixed path.
(path: string, content: string)
| 422 | * is delivered without any shell parsing — callers reference it by a fixed path. |
| 423 | */ |
| 424 | writeFile(path: string, content: string): Promise<void> |
| 425 | } |
| 426 | |
| 427 | /** |
no outgoing calls
no test coverage detected