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

Function getWatchOptionsNameMap

test/fixtures/snapshot/typescript.js:40833–40835  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

40831 };
40832 var watchOptionsNameMapCache;
40833 function getWatchOptionsNameMap() {
40834 return watchOptionsNameMapCache || (watchOptionsNameMapCache = createOptionNameMap(ts.optionsForWatch));
40835 }
40836 var watchOptionsDidYouMeanDiagnostics = {
40837 getOptionsNameMap: getWatchOptionsNameMap,
40838 optionDeclarations: ts.optionsForWatch,

Callers 1

serializeWatchOptionsFunction · 0.85

Calls 1

createOptionNameMapFunction · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…