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

Function addToPollingIntervalQueue

test/fixtures/snapshot/typescript.js:6343–6346  ·  view source on GitHub ↗
(file, pollingInterval)

Source from the content-addressed store, hash-verified

6341 }
6342 }
6343 function addToPollingIntervalQueue(file, pollingInterval) {
6344 pollingIntervalQueue(pollingInterval).push(file);
6345 scheduleNextPollIfNotAlreadyScheduled(pollingInterval);
6346 }
6347 function addChangedFileToLowPollingIntervalQueue(file) {
6348 changedFilesInLastPoll.push(file);
6349 scheduleNextPollIfNotAlreadyScheduled(PollingInterval.Low);

Callers 2

watchFileFunction · 0.85
onWatchFileStatFunction · 0.85

Calls 3

pollingIntervalQueueFunction · 0.85
pushMethod · 0.45

Tested by

no test coverage detected