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

Function getDefaultTypeArgumentType

test/fixtures/snapshot/typescript.js:69197–69199  ·  view source on GitHub ↗
(isInJavaScriptFile)

Source from the content-addressed store, hash-verified

69195 return inference.inferredType;
69196 }
69197 function getDefaultTypeArgumentType(isInJavaScriptFile) {
69198 return isInJavaScriptFile ? anyType : unknownType;
69199 }
69200 function getInferredTypes(context) {
69201 var result = [];
69202 for (var i = 0; i < context.inferences.length; i++) {

Callers 3

fillMissingTypeArgumentsFunction · 0.85
getInferredTypeFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…