MCPcopy Create free account
hub / github.com/codeaashu/claude-code / reportDelivery

Function reportDelivery

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

Source from the content-addressed store, hash-verified

328 ccr.reportMetadata(metadata)
329 },
330 reportDelivery(eventId, status) {
331 ccr.reportDelivery(eventId, status)
332 },
333 flush() {
334 return ccr.flush()
335 },

Callers

nothing calls this directly

Calls 1

reportDeliveryMethod · 0.80

Tested by

no test coverage detected