MCPcopy Create free account
hub / github.com/freecodexyz/free-code / flush

Method flush

src/utils/task/TaskOutput.ts:368–370  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

366 }
367
368 async flush(): Promise<void> {
369 await this.#disk?.flush()
370 }
371
372 /** Delete the output file (fire-and-forget safe). */
373 async deleteOutputFile(): Promise<void> {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected