MCPcopy 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
32function silentLogger() {
33 return { log: () => {}, warn: () => {}, error: () => {} };
34}
35
36function mockFetch(responseFactory) {
37 const calls = [];

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected