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

Class

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

Source from the content-addressed store, hash-verified

138 * the beginning of the output.
139 */
140export class EndTruncatingAccumulator {
141 private content: string = ''
142 private isTruncated = false
143 private totalBytesReceived = 0

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected