Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/EvoMap/evolver
/ silentLogger
Function
silentLogger
test/lifecycleNodeIdUnification.test.js:88–90 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
86
}
87
88
function
silentLogger() {
89
return
{ log: () => {}, warn: () => {}, error: () => {}, info: () => {}, debug: () => {} };
90
}
91
92
function
mockFetch(responseFactory) {
93
const
calls = [];
Callers
1
lifecycleNodeIdUnification.test.js
File · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected