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

Method totalBytes

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

Source from the content-addressed store, hash-verified

342 }
343
344 get totalBytes(): number {
345 return this.#totalBytes
346 }
347
348 /**
349 * True after getStdout() when the output file was fully read.

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected