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

Function setPosition

lib/internal/timers.js:446–448  ·  view source on GitHub ↗
(node, pos)

Source from the content-addressed store, hash-verified

444}
445
446function setPosition(node, pos) {
447 node.priorityQueuePosition = pos;
448}
449
450function getTimerCallbacks(runNextTicks) {
451 // If an uncaught exception was thrown during execution of immediateQueue,

Callers 2

percolateDownMethod · 0.70
percolateUpMethod · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…