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

Function runIntercepted

lib/domain.js:407–409  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

405 const self = this;
406
407 function runIntercepted() {
408 return intercepted(this, self, cb, arguments);
409 }
410
411 return runIntercepted;
412};

Callers

nothing calls this directly

Calls 1

interceptedFunction · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…