MCPcopy Index your code
hub / github.com/freecodexyz/free-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 8

_clearOutputsForTestFunction · 0.80
cleanupTaskOutputFunction · 0.80
clearMethod · 0.80
detachForShutdownMethod · 0.80
unmountMethod · 0.80
onSessionDoneFunction · 0.80
releaseStreamResourcesFunction · 0.80
useTypeaheadFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected