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

Function invalidateProjectAndScheduleBuilds

test/fixtures/snapshot/typescript.js:125319–125323  ·  view source on GitHub ↗
(state, resolvedPath, reloadLevel)

Source from the content-addressed store, hash-verified

125317 enableCache(state);
125318 }
125319 function invalidateProjectAndScheduleBuilds(state, resolvedPath, reloadLevel) {
125320 state.reportFileChangeDetected = true;
125321 invalidateProject(state, resolvedPath, reloadLevel);
125322 scheduleBuildInvalidatedProject(state);
125323 }
125324 function scheduleBuildInvalidatedProject(state) {
125325 var hostWithWatch = state.hostWithWatch;
125326 if (!hostWithWatch.setTimeout || !hostWithWatch.clearTimeout) {

Callers 5

watchConfigFileFunction · 0.85
watchExtendedConfigFilesFunction · 0.85
watchWildCardDirectoriesFunction · 0.85
watchInputFilesFunction · 0.85
watchPackageJsonFilesFunction · 0.85

Calls 2

invalidateProjectFunction · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…