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

Function silentLogger

test/lifecycleForceUpdateTrigger.test.js:109–113  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

107});
108
109function silentLogger() {
110 return {
111 info: () => {}, log: () => {}, warn: () => {}, error: () => {}, debug: () => {},
112 };
113}
114
115function captureLogger() {
116 const warns = [];

Calls

no outgoing calls

Tested by

no test coverage detected