MCPcopy Index your code
hub / github.com/codeaashu/claude-code / deactivate

Method deactivate

src/bridge/flushGate.ts:68–70  ·  view source on GitHub ↗

* Clear the active flag without dropping queued items. * Used when the transport is replaced (onWorkReceived) — the new * transport's flush will drain the pending items.

()

Source from the content-addressed store, hash-verified

66 * transport's flush will drain the pending items.
67 */
68 deactivate(): void {
69 this._active = false
70 }
71}
72
73

Callers 1

initBridgeCoreFunction · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected