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

Method getWorkerEpoch

src/cli/transports/ccrClient.ts:972–974  ·  view source on GitHub ↗

Get the current epoch (for external use).

()

Source from the content-addressed store, hash-verified

970
971 /** Get the current epoch (for external use). */
972 getWorkerEpoch(): number {
973 return this.workerEpoch
974 }
975
976 /** Internal-event queue depth — shutdown-snapshot backpressure signal. */
977 get internalEventsPending(): number {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected