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

Method reportDelivery

src/cli/transports/ccrClient.ts:964–969  ·  view source on GitHub ↗

* Report delivery status for a client-to-worker event. * POST /v1/code/sessions/{id}/worker/events/delivery (batch endpoint)

(
    eventId: string,
    status: 'received' | 'processing' | 'processed',
  )

Source from the content-addressed store, hash-verified

962 * POST /v1/code/sessions/{id}/worker/events/delivery (batch endpoint)
963 */
964 reportDelivery(
965 eventId: string,
966 status: 'received' | 'processing' | 'processed',
967 ): void {
968 void this.deliveryUploader.enqueue({ eventId, status })
969 }
970
971 /** Get the current epoch (for external use). */
972 getWorkerEpoch(): number {

Callers 4

createV2ReplTransportFunction · 0.95
constructorMethod · 0.95
reportDeliveryFunction · 0.80
constructorMethod · 0.80

Calls 1

enqueueMethod · 0.45

Tested by

no test coverage detected