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

Function silentLogger

test/lifecycleLastUpdateAck.test.js:50–52  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

48});
49
50function silentLogger() {
51 return { info: () => {}, log: () => {}, warn: () => {}, error: () => {}, debug: () => {} };
52}
53
54function makeStore({ nodeId = 'node_aaaaaaaaaaaa' } = {}) {
55 const state = { node_id: nodeId };

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected