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

Function scheduleProgramReload

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

Source from the content-addressed store, hash-verified

123726 timerToUpdateProgram = host.setTimeout(updateProgramWithWatchStatus, 250);
123727 }
123728 function scheduleProgramReload() {
123729 ts.Debug.assert(!!configFileName);
123730 reloadLevel = ts.ConfigFileProgramReloadLevel.Full;
123731 scheduleProgramUpdate();
123732 }
123733 function updateProgramWithWatchStatus() {
123734 timerToUpdateProgram = undefined;
123735 reportFileChangeDetectedOnCreateProgram = true;

Callers

nothing calls this directly

Calls 2

scheduleProgramUpdateFunction · 0.85
assertMethod · 0.80

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…