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

Function ensureDynamicPollingWatchFile

test/fixtures/snapshot/typescript.js:6798–6800  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

6796 }
6797 }
6798 function ensureDynamicPollingWatchFile() {
6799 return dynamicPollingWatchFile || (dynamicPollingWatchFile = createDynamicPriorityPollingWatchFile({ getModifiedTime: getModifiedTime, setTimeout: setTimeout }));
6800 }
6801 function ensureFixedChunkSizePollingWatchFile() {
6802 return fixedChunkSizePollingWatchFile || (fixedChunkSizePollingWatchFile = createFixedChunkSizePollingWatchFile({ getModifiedTime: getModifiedTime, setTimeout: setTimeout }));
6803 }

Callers 2

watchFileFunction · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…