MCPcopy Create free account
hub / github.com/Noumena-Network/code / write

Function write

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

Source from the content-addressed store, hash-verified

275
276 return {
277 write(msg) {
278 return ccr.writeEvent(msg)
279 },
280 async writeBatch(msgs) {
281 // SerialBatchEventUploader already batches internally (maxBatchSize=100);
282 // 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