Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
mailboxStore.test.js
File · 0.80
heartbeat
Method · 0.80
flush
Method · 0.80
Calls
1
writeInbound
Method · 0.95
Tested by
no test coverage detected