MCPcopy 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
88function silentLogger() {
89 return { log: () => {}, warn: () => {}, error: () => {}, info: () => {}, debug: () => {} };
90}
91
92function mockFetch(responseFactory) {
93 const calls = [];

Calls

no outgoing calls

Tested by

no test coverage detected