MCPcopy Create free account
hub / github.com/Shinplex/rever / logDebug

Function logDebug

workers/retool.ts:63–65  ·  view source on GitHub ↗
(msg: unknown)

Source from the content-addressed store, hash-verified

61let DEBUG_MODE = false;
62
63function logDebug(msg: unknown) {
64 if (DEBUG_MODE) console.log("[DEBUG]", msg);
65}
66
67/* ------------------------------------------------------------------------------------------------
68 * Retool API helpers

Callers 2

fetchFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected