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

Function droppedBatchCount

src/bridge/replBridgeTransport.ts:95–97  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

93 // logic in replBridge is a no-op for v1.
94 getLastSequenceNum: () => 0,
95 get droppedBatchCount() {
96 return hybrid.droppedBatchCount
97 },
98 reportState: () => {},
99 reportMetadata: () => {},
100 reportDelivery: () => {},

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected