MCPcopy
hub / github.com/ValueCell-ai/ClawX / recordRpcSuccess

Method recordRpcSuccess

electron/gateway/manager.ts:1007–1010  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

1005 }
1006
1007 private recordRpcSuccess(): void {
1008 this.diagnostics.lastRpcSuccessAt = Date.now();
1009 this.diagnostics.consecutiveRpcFailures = 0;
1010 }
1011
1012 private recordRpcFailure(method: string): void {
1013 this.diagnostics.lastRpcFailureAt = Date.now();

Callers 1

rpcMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected