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

Method flush

src/utils/task/diskOutput.ts:133–135  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

131 }
132
133 flush(): Promise<void> {
134 return this.#flushPromise ?? Promise.resolve()
135 }
136
137 cancel(): void {
138 this.#queue.length = 0

Callers 2

flushTaskOutputFunction · 0.45
evictTaskOutputFunction · 0.45

Calls 1

resolveMethod · 0.45

Tested by

no test coverage detected