MCPcopy Create free account
hub / github.com/EvoMap/evolver / silentLogger

Function silentLogger

test/lifecycleNodeIdLegacyFallback.test.js:63–65  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

61}
62
63function silentLogger() {
64 return { log: () => {}, warn: () => {}, error: () => {} };
65}
66
67function mockFetch(responseFactory) {
68 const calls = [];

Calls

no outgoing calls

Tested by

no test coverage detected