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

Method getById

src/proxy/mailbox/store.js:393–396  ·  view source on GitHub ↗
(id)

Source from the content-addressed store, hash-verified

391 // --- Public API: query ---
392
393 getById(id) {
394 const msg = this._messages.get(id);
395 return msg ? { ...msg } : null;
396 }
397
398 poll({ channel, type, limit } = {}) {
399 const max = Math.max(1, Math.min(limit || 20, 100));

Callers 5

extensions.test.jsFile · 0.80
buildRoutesFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected