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

Method outputFileSize

src/utils/task/TaskOutput.ts:357–359  ·  view source on GitHub ↗

Total file size in bytes, set after getStdout() reads the file.

()

Source from the content-addressed store, hash-verified

355
356 /** Total file size in bytes, set after getStdout() reads the file. */
357 get outputFileSize(): number {
358 return this.#outputFileSize
359 }
360
361 /** Force all buffered content to disk. Call when backgrounding. */
362 spillToDisk(): void {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected