MCPcopy Create free account
hub / github.com/codeaashu/claude-code / constructor

Method constructor

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

* Creates a new EndTruncatingAccumulator * @param maxSize Maximum size in characters before truncation occurs

(private readonly maxSize: number = MAX_STRING_LENGTH)

Source from the content-addressed store, hash-verified

147 * @param maxSize Maximum size in characters before truncation occurs
148 */
149 constructor(private readonly maxSize: number = MAX_STRING_LENGTH) {}
150
151 /**
152 * Appends data to the accumulator. If the total size exceeds maxSize,

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected