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

Method writeFile

packages/just-bash/src/fs/interface.ts:160–160  ·  view source on GitHub ↗

* Write content to a file, creating it if it doesn't exist

(
    path: string,
    content: FileContent,
    options?: WriteFileOptions | BufferEncoding,
  )

Source from the content-addressed store, hash-verified

158 * Write content to a file, creating it if it doesn't exist
159 */
160 writeFile(
161 path: string,
162 content: FileContent,
163 options?: WriteFileOptions | BufferEncoding,

Callers 15

writeFileMethod · 0.65
writeFilesMethod · 0.65
executeFunction · 0.65
writeToFileFunction · 0.65
executeFunction · 0.65
executeFunction · 0.65
executeFunction · 0.65
handleWriteFileMethod · 0.65

Implementers 4

ReadWriteFspackages/just-bash/src/fs/read-write-f
OverlayFspackages/just-bash/src/fs/overlay-fs/o
InMemoryFspackages/just-bash/src/fs/in-memory-fs
MountableFspackages/just-bash/src/fs/mountable-fs

Calls

no outgoing calls

Tested by

no test coverage detected