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

Function getInferredTypes

test/fixtures/snapshot/typescript.js:69200–69206  ·  view source on GitHub ↗
(context)

Source from the content-addressed store, hash-verified

69198 return isInJavaScriptFile ? anyType : unknownType;
69199 }
69200 function getInferredTypes(context) {
69201 var result = [];
69202 for (var i = 0; i < context.inferences.length; i++) {
69203 result.push(getInferredType(context, i));
69204 }
69205 return result;
69206 }
69207 // EXPRESSION TYPE CHECKING
69208 function getCannotFindNameDiagnosticForName(node) {
69209 switch (node.escapedText) {

Callers 3

inferJsxTypeArgumentsFunction · 0.85
inferTypeArgumentsFunction · 0.85

Calls 2

getInferredTypeFunction · 0.85
pushMethod · 0.45

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…