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

Method totalLines

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

Source from the content-addressed store, hash-verified

338 }
339
340 get totalLines(): number {
341 return this.#totalLines
342 }
343
344 get totalBytes(): number {
345 return this.#totalBytes

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected