MCPcopy
hub / github.com/plasma-umass/browsix / waitForOthers

Function waitForOthers

node/lib/_debugger.js:569–576  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

567
568 waitForOthers();
569 function waitForOthers() {
570 if (--waiting === 0 && cb) {
571 keyValues.forEach(function(kv) {
572 mirror[kv.name] = kv.value;
573 });
574 cb(null, mirror);
575 }
576 };
577 });
578 return;
579 } else if (handle.type === 'function') {

Callers 1

_debugger.jsFile · 0.85

Calls 1

cbFunction · 0.70

Tested by

no test coverage detected