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

Function addInferredTyping

test/fixtures/snapshot/typescript.js:125792–125796  ·  view source on GitHub ↗
(typingName)

Source from the content-addressed store, hash-verified

125790 log("Result: ".concat(JSON.stringify(result)));
125791 return result;
125792 function addInferredTyping(typingName) {
125793 if (!inferredTypings.has(typingName)) {
125794 inferredTypings.set(typingName, undefined); // TODO: GH#18217
125795 }
125796 }
125797 function addInferredTypings(typingNames, message) {
125798 if (log)
125799 log("".concat(message, ": ").concat(JSON.stringify(typingNames)));

Callers 1

Calls 2

hasMethod · 0.65
setMethod · 0.45

Tested by

no test coverage detected