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

Method cancel

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

Source from the content-addressed store, hash-verified

135 }
136
137 cancel(): void {
138 this.#queue.length = 0
139 }
140
141 async #drainAllChunks(): Promise<void> {
142 while (true) {

Callers 3

_clearOutputsForTestFunction · 0.45
cleanupTaskOutputFunction · 0.45
clearMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected