MCPcopy Create free account
hub / github.com/epicweb-dev/full-stack-foundations / logVerbose

Function logVerbose

epicshop/fix.js:12–12  ·  view source on GitHub ↗
(...args)

Source from the content-addressed store, hash-verified

10const here = (...p) => path.join(__dirname, ...p)
11const VERBOSE = false
12const logVerbose = (...args) => (VERBOSE ? console.log(...args) : undefined)
13
14const workshopRoot = here('..')
15const examples = (await readDir(here('../examples'))).map(dir =>

Callers 2

updateDataDbFunction · 0.85
reseedIfNecessaryFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected