()
| 3 | const getConfig = require('./get-config'); |
| 4 | |
| 5 | function vizEnabled() { |
| 6 | return process.env.BROCCOLI_VIZ === '1'; |
| 7 | } |
| 8 | |
| 9 | function isInstrumentationConfigEnabled(configOverride) { |
| 10 | let config = getConfig(configOverride); |
no outgoing calls
no test coverage detected
searching dependent graphs…