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

Function _resetErrorLogForTesting

src/utils/log.ts:358–362  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

356 * @internal
357 */
358export function _resetErrorLogForTesting(): void {
359 errorLogSink = null
360 errorQueue.length = 0
361 inMemoryErrorLog = []
362}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected