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

Function createExcludeWatcherWithLogging

test/fixtures/snapshot/typescript.js:115650–115655  ·  view source on GitHub ↗
(file, flags, options, detailInfo1, detailInfo2)

Source from the content-addressed store, hash-verified

115648 host.useCaseSensitiveFileNames();
115649 }
115650 function createExcludeWatcherWithLogging(file, flags, options, detailInfo1, detailInfo2) {
115651 log("ExcludeWatcher:: Added:: ".concat(getWatchInfo(file, flags, options, detailInfo1, detailInfo2, getDetailWatchInfo)));
115652 return {
115653 close: function () { return log("ExcludeWatcher:: Close:: ".concat(getWatchInfo(file, flags, options, detailInfo1, detailInfo2, getDetailWatchInfo))); }
115654 };
115655 }
115656 function createFileWatcherWithLogging(file, cb, flags, options, detailInfo1, detailInfo2) {
115657 log("FileWatcher:: Added:: ".concat(getWatchInfo(file, flags, options, detailInfo1, detailInfo2, getDetailWatchInfo)));
115658 var watcher = triggerInvokingFactory.watchFile(file, cb, flags, options, detailInfo1, detailInfo2);

Callers

nothing calls this directly

Calls 3

getWatchInfoFunction · 0.85
concatMethod · 0.80
logFunction · 0.70

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…