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

Method length

src/utils/stringUtils.ts:203–205  ·  view source on GitHub ↗

* Returns the current size of accumulated data

()

Source from the content-addressed store, hash-verified

201 * Returns the current size of accumulated data
202 */
203 get length(): number {
204 return this.content.length
205 }
206
207 /**
208 * Returns whether truncation has occurred

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected