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

Method _appendUpdate

src/proxy/mailbox/store.js:316–320  ·  view source on GitHub ↗
(id, fields)

Source from the content-addressed store, hash-verified

314 }
315
316 _appendUpdate(id, fields) {
317 appendLine(this._messagesFile, { _op: 'update', id, fields });
318 const existing = this._messages.get(id);
319 if (existing) safeAssign(existing, fields);
320 }
321
322 _evictFromIndex(id) {
323 const msg = this._messages.get(id);

Callers 4

ackMethod · 0.95
updateStatusMethod · 0.95
incrementRetryMethod · 0.95
deferRetryMethod · 0.95

Calls 2

appendLineFunction · 0.85
safeAssignFunction · 0.85

Tested by

no test coverage detected