MCPcopy Index your code
hub / github.com/codeaashu/claude-code / reportState

Function reportState

src/bridge/replBridgeTransport.ts:324–326  ·  view source on GitHub ↗
(state)

Source from the content-addressed store, hash-verified

322 // v2 write path (CCRClient) doesn't set maxConsecutiveFailures — no drops.
323 droppedBatchCount: 0,
324 reportState(state) {
325 ccr.reportState(state)
326 },
327 reportMetadata(metadata) {
328 ccr.reportMetadata(metadata)
329 },

Callers

nothing calls this directly

Calls 1

reportStateMethod · 0.80

Tested by

no test coverage detected