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

Function _resetErrorLogForTesting

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

Source from the content-addressed store, hash-verified

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

Callers 3

bootstrap.test.tsFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected