MCPcopy Create free account
hub / github.com/ember-cli/ember-cli / vizEnabled

Function vizEnabled

lib/utilities/instrumentation.js:5–7  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

3const getConfig = require('./get-config');
4
5function vizEnabled() {
6 return process.env.BROCCOLI_VIZ === '1';
7}
8
9function isInstrumentationConfigEnabled(configOverride) {
10 let config = getConfig(configOverride);

Callers 2

instrumentationEnabledFunction · 0.85
_writeInstrumentationMethod · 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…