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

Function getWatchInfo

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

Source from the content-addressed store, hash-verified

115696 }, flags, options, detailInfo1, detailInfo2); };
115697 }
115698 function getWatchInfo(file, flags, options, detailInfo1, detailInfo2, getDetailWatchInfo) {
115699 return "WatchInfo: ".concat(file, " ").concat(flags, " ").concat(JSON.stringify(options), " ").concat(getDetailWatchInfo ? getDetailWatchInfo(detailInfo1, detailInfo2) : detailInfo2 === undefined ? detailInfo1 : "".concat(detailInfo1, " ").concat(detailInfo2));
115700 }
115701 }
115702 ts.getWatchFactory = getWatchFactory;
115703 function getFallbackOptions(options) {

Calls 1

concatMethod · 0.80

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…