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

Method isOverflowed

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

Source from the content-addressed store, hash-verified

334 }
335
336 get isOverflowed(): boolean {
337 return this.#disk !== null
338 }
339
340 get totalLines(): number {
341 return this.#totalLines

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected