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

Function addInferredTypings

test/fixtures/snapshot/typescript.js:125797–125801  ·  view source on GitHub ↗
(typingNames, message)

Source from the content-addressed store, hash-verified

125795 }
125796 }
125797 function addInferredTypings(typingNames, message) {
125798 if (log)
125799 log("".concat(message, ": ").concat(JSON.stringify(typingNames)));
125800 ts.forEach(typingNames, addInferredTyping);
125801 }
125802 /**
125803 * Adds inferred typings from manifest/module pairs (think package.json + node_modules)
125804 *

Callers 3

discoverTypingsFunction · 0.85
getTypingNamesFunction · 0.85

Calls 3

concatMethod · 0.80
logFunction · 0.70
forEachMethod · 0.65

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…