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

Function logDebug

retool.ts:80–82  ·  view source on GitHub ↗
(msg: unknown)

Source from the content-addressed store, hash-verified

78// ----------------------------------------------------------------------------
79let DEBUG_MODE = false;
80function logDebug(msg: unknown) {
81 if (DEBUG_MODE) console.log(`[DEBUG]`, msg);
82}
83
84// ----------------------------------------------------------------------------
85// Retool API helpers

Callers 2

handleRequestFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected