MCPcopy Create free account
hub / github.com/clawbot7/cli-gateway / flushSinkWriteQueue

Method flushSinkWriteQueue

src/gateway/bindingRuntime.ts:299–301  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

297 }
298
299 private async flushSinkWriteQueue(): Promise<void> {
300 await this.sinkWriteQueue;
301 }
302
303 async ensureInitialized(): Promise<InitializeResult> {
304 if (this.init) return this.init;

Callers 1

promptMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected