Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/codeaashu/claude-code
/
Class
src/bridge/flushGate.ts:16–16 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
14
* (transport replacement —
new
transport will drain)
15
*/
16
export
class
FlushGate<T> {
17
private _active = false
18
private _pending: T[] = []
19
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected