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

Function addChangedFileToLowPollingIntervalQueue

test/fixtures/snapshot/typescript.js:6347–6350  ·  view source on GitHub ↗
(file)

Source from the content-addressed store, hash-verified

6345 scheduleNextPollIfNotAlreadyScheduled(pollingInterval);
6346 }
6347 function addChangedFileToLowPollingIntervalQueue(file) {
6348 changedFilesInLastPoll.push(file);
6349 scheduleNextPollIfNotAlreadyScheduled(PollingInterval.Low);
6350 }
6351 function scheduleNextPollIfNotAlreadyScheduled(pollingInterval) {
6352 if (!pollingIntervalQueue(pollingInterval).pollScheduled) {
6353 scheduleNextPoll(pollingInterval);

Callers 1

onWatchFileStatFunction · 0.85

Calls 2

pushMethod · 0.45

Tested by

no test coverage detected