MCPcopy 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
56function setHasTickScheduled(value) {
57 tickInfo[kHasTickScheduled] = value ? 1 : 0;
58}
59
60const queue = new FixedQueue();
61

Callers 2

nextTickFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected