MCPcopy
hub / github.com/brunch/brunch / hasDebug

Function hasDebug

lib/index.js:33–35  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

31
32function build(options) {
33 const hasDebug = obj => {
34 return obj && typeof obj === 'object' && obj.debug;
35 };
36 const isDebug = hasDebug(options);
37 if (isDebug) {
38 let ns = typeof isDebug === 'string' ? isDebug : '*';

Callers 1

buildFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…