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

Method totalBytes

src/utils/stringUtils.ts:217–219  ·  view source on GitHub ↗

* Returns total bytes received (before truncation)

()

Source from the content-addressed store, hash-verified

215 * Returns total bytes received (before truncation)
216 */
217 get totalBytes(): number {
218 return this.totalBytesReceived
219 }
220}
221
222/**

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected