MCPcopy Index your code
hub / github.com/codeaashu/claude-code / createWriteStream

Function createWriteStream

src/utils/fsOperations.ts:574–576  ·  view source on GitHub ↗
(path: string)

Source from the content-addressed store, hash-verified

572 },
573
574 createWriteStream(path: string) {
575 return fs.createWriteStream(path)
576 },
577
578 async readFileBytes(fsPath: string, maxBytes?: number) {
579 if (maxBytes === undefined) {

Callers 2

writeHeapSnapshotFunction · 0.90
spawnFunction · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected