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

Function write

src/bridge/replBridgeTransport.ts:271–273  ·  view source on GitHub ↗
(msg)

Source from the content-addressed store, hash-verified

269
270 return {
271 write(msg) {
272 return ccr.writeEvent(msg)
273 },
274 async writeBatch(msgs) {
275 // SerialBatchEventUploader already batches internally (maxBatchSize=100);
276 // sequential enqueue preserves order and the uploader coalesces.

Callers 4

writeStatusFunction · 0.70
clearStatusLinesFunction · 0.70
printLogFunction · 0.70
printBannerFunction · 0.70

Calls 1

writeEventMethod · 0.80

Tested by

no test coverage detected