MCPcopy Index your code
hub / github.com/simstudioai/sim / writeFile

Method writeFile

apps/sim/lib/execution/e2b.ts:424–424  ·  view source on GitHub ↗

* 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)

Source from the content-addressed store, hash-verified

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/**

Callers 6

writeInputFunction · 0.65
concatFunction · 0.65
convertAudioWithFFmpegFunction · 0.65
getAudioMetadataFunction · 0.65
writeRemoteFileFunction · 0.65
runCloudPiFunction · 0.65

Calls

no outgoing calls

Tested by

no test coverage detected