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

Function waitForBuildPhase

lib/internal/test_runner/harness.js:96–102  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

94 return PromiseResolve();
95 },
96 async waitForBuildPhase() {
97 if (harness.buildSuites.length > 0) {
98 await SafePromiseAllReturnVoid(harness.buildSuites);
99 }
100
101 buildPhaseDeferred.resolve();
102 },
103 };
104
105 harness.resetCounters();

Callers

nothing calls this directly

Calls 1

resolveMethod · 0.45

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…