MCPcopy Create free account
hub / github.com/EvoMap/evolver / writeInboundBatch

Method writeInboundBatch

src/proxy/mailbox/store.js:383–389  ·  view source on GitHub ↗
(messages)

Source from the content-addressed store, hash-verified

381 }
382
383 writeInboundBatch(messages) {
384 const ids = [];
385 for (const m of messages) {
386 ids.push(this.writeInbound(m));
387 }
388 return ids;
389 }
390
391 // --- Public API: query ---
392

Callers 3

heartbeatMethod · 0.80
flushMethod · 0.80

Calls 1

writeInboundMethod · 0.95

Tested by

no test coverage detected