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

Method isClearToSend

lib/internal/test_runner/test.js:1590–1595  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

1588 }
1589
1590 isClearToSend() {
1591 return this.parent === null ||
1592 (
1593 this.parent.waitingOn === this.reportOrder && this.parent.isClearToSend()
1594 );
1595 }
1596
1597 finalize() {
1598 // By the time this function is called, the following can be relied on:

Callers 3

addToReportMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected