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

Function updateProgramWithWatchStatus

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

Source from the content-addressed store, hash-verified

123731 scheduleProgramUpdate();
123732 }
123733 function updateProgramWithWatchStatus() {
123734 timerToUpdateProgram = undefined;
123735 reportFileChangeDetectedOnCreateProgram = true;
123736 updateProgram();
123737 }
123738 function updateProgram() {
123739 switch (reloadLevel) {
123740 case ts.ConfigFileProgramReloadLevel.Partial:

Callers

nothing calls this directly

Calls 1

updateProgramFunction · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…