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

Function scheduleNextPoll

test/fixtures/snapshot/typescript.js:6356–6358  ·  view source on GitHub ↗
(pollingInterval)

Source from the content-addressed store, hash-verified

6354 }
6355 }
6356 function scheduleNextPoll(pollingInterval) {
6357 pollingIntervalQueue(pollingInterval).pollScheduled = host.setTimeout(pollingInterval === PollingInterval.Low ? pollLowPollingIntervalQueue : pollPollingIntervalQueue, pollingInterval, pollingIntervalQueue(pollingInterval));
6358 }
6359 }
6360 ts.createDynamicPriorityPollingWatchFile = createDynamicPriorityPollingWatchFile;
6361 function createUseFsEventsOnParentDirectoryWatchFile(fsWatch, useCaseSensitiveFileNames) {

Callers 5

pollPollingIntervalQueueFunction · 0.85
watchFileFunction · 0.85
pollQueueFunction · 0.85

Calls 2

pollingIntervalQueueFunction · 0.85
setTimeoutMethod · 0.45

Tested by

no test coverage detected