* Create new childDirectoryWatcher and add it to the new ChildDirectoryWatcher list
(childName)
| 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 | */ |
nothing calls this directly
no test coverage detected
searching dependent graphs…