MCPcopy Index your code
hub / github.com/angular/angular / close

Function close

packages/compiler-cli/src/perform_watch.ts:170–176  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

168 }
169
170 function close() {
171 fileWatcher.close();
172 if (timerHandleForRecompilation) {
173 host.clearTimeout(timerHandleForRecompilation.timerHandle);
174 timerHandleForRecompilation = undefined;
175 }
176 }
177
178 // Invoked to perform initial compilation or re-compilation in watch mode
179 function doCompilation(): ReadonlyArray<ts.Diagnostic> {

Callers

nothing calls this directly

Calls 2

clearTimeoutMethod · 0.65
closeMethod · 0.45

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…