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

Function stopWatching

test/fixtures/snapshot/typescript.js:125429–125435  ·  view source on GitHub ↗
(state)

Source from the content-addressed store, hash-verified

125427 }
125428 }
125429 function stopWatching(state) {
125430 ts.clearMap(state.allWatchedConfigFiles, ts.closeFileWatcher);
125431 ts.clearMap(state.allWatchedExtendedConfigFiles, ts.closeFileWatcherOf);
125432 ts.clearMap(state.allWatchedWildcardDirectories, function (watchedWildcardDirectories) { return ts.clearMap(watchedWildcardDirectories, ts.closeFileWatcherOf); });
125433 ts.clearMap(state.allWatchedInputFiles, function (watchedWildcardDirectories) { return ts.clearMap(watchedWildcardDirectories, ts.closeFileWatcher); });
125434 ts.clearMap(state.allWatchedPackageJsonFiles, function (watchedPacageJsonFiles) { return ts.clearMap(watchedPacageJsonFiles, ts.closeFileWatcher); });
125435 }
125436 function createSolutionBuilderWorker(watch, hostOrHostWithWatch, rootNames, options, baseWatchOptions) {
125437 var state = createSolutionBuilderState(watch, hostOrHostWithWatch, rootNames, options, baseWatchOptions);
125438 return {

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…