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

Function addChildDirectoryWatcher

test/fixtures/snapshot/typescript.js:6706–6708  ·  view source on GitHub ↗

* Add child directory watcher to the new ChildDirectoryWatcher list

(childWatcher)

Source from the content-addressed store, hash-verified

6704 * Add child directory watcher to the new ChildDirectoryWatcher list
6705 */
6706 function addChildDirectoryWatcher(childWatcher) {
6707 (newChildWatches || (newChildWatches = [])).push(childWatcher);
6708 }
6709 }
6710 function isIgnoredPath(path, options) {
6711 return ts.some(ts.ignoredPaths, function (searchPath) { return isInPath(path, searchPath); }) ||

Callers 1

Calls 1

pushMethod · 0.45

Tested by

no test coverage detected