Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
flushTaskOutput
Function · 0.45
evictTaskOutput
Function · 0.45
Calls
1
resolve
Method · 0.45
Tested by
no test coverage detected