MCPcopy
hub / github.com/codeaashu/claude-code / write

Function write

src/utils/errorLogSink.ts:53–55  ·  view source on GitHub ↗
(obj: object)

Source from the content-addressed store, hash-verified

51 const writer = createBufferedWriter(options)
52 return {
53 write(obj: object): void {
54 writer.write(jsonStringify(obj) + '\n')
55 },
56 flush: writer.flush,
57 dispose: writer.dispose,
58 }

Callers

nothing calls this directly

Calls 2

jsonStringifyFunction · 0.85
writeMethod · 0.45

Tested by

no test coverage detected