MCPcopy
hub / github.com/NginxProxyManager/nginx-proxy-manager / isDebugMode

Function isDebugMode

backend/lib/config.js:218–218  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

216 * @returns {boolean}
217 */
218const isDebugMode = () => !!process.env.DEBUG;
219
220/**
221 * Are we running in CI?

Callers 3

debugFunction · 0.90
app.jsFile · 0.90
getKeysFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected