Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/EvoMap/evolver
/ silentLogger
Function
silentLogger
test/lifecycleRateLimit.test.js:32–34 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
30
}
31
32
function
silentLogger() {
33
return
{ log: () => {}, warn: () => {}, error: () => {} };
34
}
35
36
function
mockFetch(responseFactory) {
37
const
calls = [];
Callers
1
lifecycleRateLimit.test.js
File · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected