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

Function hasRejectionToWarn

lib/internal/process/promises.js:139–141  ·  view source on GitHub ↗

* @returns {boolean}

()

Source from the content-addressed store, hash-verified

137 * @returns {boolean}
138 */
139function hasRejectionToWarn() {
140 return tickInfo[kHasRejectionToWarn] === 1;
141}
142
143/**
144 * @param {string|Error} obj

Callers 2

runNextTicksFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…