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

Function createAndAddChildDirectoryWatcher

test/fixtures/snapshot/typescript.js:6699–6702  ·  view source on GitHub ↗

* Create new childDirectoryWatcher and add it to the new ChildDirectoryWatcher list

(childName)

Source from the content-addressed store, hash-verified

6697 * Create new childDirectoryWatcher and add it to the new ChildDirectoryWatcher list
6698 */
6699 function createAndAddChildDirectoryWatcher(childName) {
6700 var result = createDirectoryWatcher(childName, options);
6701 addChildDirectoryWatcher(result);
6702 }
6703 /**
6704 * Add child directory watcher to the new ChildDirectoryWatcher list
6705 */

Callers

nothing calls this directly

Calls 2

createDirectoryWatcherFunction · 0.85
addChildDirectoryWatcherFunction · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…