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

Method truncated

src/utils/stringUtils.ts:210–212  ·  view source on GitHub ↗

* Returns whether truncation has occurred

()

Source from the content-addressed store, hash-verified

208 * Returns whether truncation has occurred
209 */
210 get truncated(): boolean {
211 return this.isTruncated
212 }
213
214 /**
215 * Returns total bytes received (before truncation)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected