MCPcopy Index your code
hub / github.com/claude-code-best/claude-code / clear

Method clear

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

Source from the content-addressed store, hash-verified

558 }
559
560 clear(): void {
561 this.set.clear()
562 this.ring.fill(undefined)
563 this.writeIdx = 0
564 }
565}

Callers 9

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

Calls

no outgoing calls

Tested by

no test coverage detected