MCPcopy
hub / github.com/codeaashu/claude-code / clear

Method clear

src/bridge/bridgeMessaging.ts:456–460  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

454 }
455
456 clear(): void {
457 this.set.clear()
458 this.ring.fill(undefined)
459 this.writeIdx = 0
460 }
461}
462
463

Callers 9

clearTrustedDeviceTokenFunction · 0.45
enrollTrustedDeviceFunction · 0.45
cancelAllFunction · 0.45
doReconnectFunction · 0.45
runBridgeLoopFunction · 0.45
resetStateForTestsFunction · 0.45
clearInvokedSkillsFunction · 0.45

Calls 1

fillMethod · 0.80

Tested by

no test coverage detected