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

Function runBound

lib/domain.js:427–429  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

425 const self = this;
426
427 function runBound() {
428 return bound(this, self, cb, arguments);
429 }
430
431 ObjectDefineProperty(runBound, 'domain', {
432 __proto__: null,

Callers

nothing calls this directly

Calls 1

boundFunction · 0.70

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…