MCPcopy
hub / github.com/vercel-labs/just-bash / writeFile

Method writeFile

packages/just-bash/src/Bash.ts:821–826  ·  view source on GitHub ↗
(path: string, content: string)

Source from the content-addressed store, hash-verified

819 }
820
821 async writeFile(path: string, content: string): Promise<void> {
822 return this.fs.writeFile(
823 this.fs.resolvePath(this.state.cwd, path),
824 content,
825 );
826 }
827
828 getCwd(): string {
829 return this.state.cwd;

Callers

nothing calls this directly

Calls 2

writeFileMethod · 0.65
resolvePathMethod · 0.65

Tested by

no test coverage detected