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

Method start

src/bridge/flushGate.ts:29–31  ·  view source on GitHub ↗

Mark flush as in-progress. enqueue() will start queuing items.

()

Source from the content-addressed store, hash-verified

27
28 /** Mark flush as in-progress. enqueue() will start queuing items. */
29 start(): void {
30 this._active = true
31 }
32
33 /**
34 * End the flush and return any queued items for draining.

Callers 6

initEnvLessBridgeCoreFunction · 0.95
rebuildTransportFunction · 0.45
wireTransportFunction · 0.45
runFunction · 0.45
runHeadlessStreamingFunction · 0.45
useScheduledTasksFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected