Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
*/
359
export
function
_resetErrorLogForTesting(): void {
360
errorLogSink = null
361
errorQueue.length = 0
362
inMemoryErrorLog = []
363
}
Callers
3
getOauthProfile.test.ts
File · 0.85
bootstrap.test.ts
File · 0.85
firstTokenDate.test.ts
File · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected