Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/nodejs/node
/ setHasTickScheduled
Function
setHasTickScheduled
lib/internal/process/task_queues.js:56–58 ·
view source on GitHub ↗
(value)
Source
from the content-addressed store, hash-verified
54
}
55
56
function
setHasTickScheduled(value) {
57
tickInfo[kHasTickScheduled] = value ? 1 : 0;
58
}
59
60
const
queue =
new
FixedQueue();
61
Callers
2
processTicksAndRejections
Function · 0.85
nextTick
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected