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

Method outputFileRedundant

src/utils/task/TaskOutput.ts:352–354  ·  view source on GitHub ↗

* True after getStdout() when the output file was fully read. * The file content is redundant (fully in ExecResult.stdout) and can be deleted.

()

Source from the content-addressed store, hash-verified

350 * The file content is redundant (fully in ExecResult.stdout) and can be deleted.
351 */
352 get outputFileRedundant(): boolean {
353 return this.#outputFileRedundant
354 }
355
356 /** Total file size in bytes, set after getStdout() reads the file. */
357 get outputFileSize(): number {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected