MCPcopy Index your code
hub / github.com/nodejs/node / get

Function get

lib/internal/util/debuglog.js:100–102  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

98 ObjectDefineProperty(debug, 'enabled', {
99 __proto__: null,
100 get() {
101 return enabled;
102 },
103 configurable: true,
104 enumerable: true,
105 });

Callers

nothing calls this directly

Calls 1

testFunction · 0.70

Tested by

no test coverage detected