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

Function reportDelivery

src/bridge/replBridgeTransport.ts:336–338  ·  view source on GitHub ↗
(eventId, status)

Source from the content-addressed store, hash-verified

334 ccr.reportMetadata(metadata)
335 },
336 reportDelivery(eventId, status) {
337 ccr.reportDelivery(eventId, status)
338 },
339 flush() {
340 return ccr.flush()
341 },

Callers

nothing calls this directly

Calls 1

reportDeliveryMethod · 0.80

Tested by

no test coverage detected