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

Method reportMetadata

src/cli/transports/ccrClient.ts:661–663  ·  view source on GitHub ↗

Report external metadata to CCR via PUT /worker.

(metadata: Record<string, unknown>)

Source from the content-addressed store, hash-verified

659
660 /** Report external metadata to CCR via PUT /worker. */
661 reportMetadata(metadata: Record<string, unknown>): void {
662 this.workerState.enqueue({ external_metadata: metadata })
663 }
664
665 /**
666 * Handle epoch mismatch (409 Conflict). A newer CC instance has replaced

Callers 2

reportMetadataFunction · 0.80
constructorMethod · 0.80

Calls 1

enqueueMethod · 0.45

Tested by

no test coverage detected