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

Function getModifiedTime

test/fixtures/snapshot/typescript.js:6146–6148  ·  view source on GitHub ↗
(host, fileName)

Source from the content-addressed store, hash-verified

6144 ts.missingFileModifiedTime = new Date(0); // Any subsequent modification will occur after this time
6145 /* @internal */
6146 function getModifiedTime(host, fileName) {
6147 return host.getModifiedTime(fileName) || ts.missingFileModifiedTime;
6148 }
6149 ts.getModifiedTime = getModifiedTime;
6150 function createPollingIntervalBasedLevels(levels) {
6151 var _a;

Callers 2

pollWatchedFileQueueFunction · 0.85
watchFileFunction · 0.85

Calls 1

statSyncFunction · 0.70

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…