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

Method clear

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

* Clears all accumulated data

()

Source from the content-addressed store, hash-verified

192 * Clears all accumulated data
193 */
194 clear(): void {
195 this.content = ''
196 this.isTruncated = false
197 this.totalBytesReceived = 0
198 }
199
200 /**
201 * Returns the current size of accumulated data

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected