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

Function skipIfInspectorDisabled

test/common/index.js:747–751  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

745}
746
747function skipIfInspectorDisabled() {
748 if (!hasInspector) {
749 skip('V8 inspector is disabled');
750 }
751}
752
753function skipIf32Bits() {
754 if (bits < 64) {

Calls 1

skipFunction · 0.70

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…