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

Function convertAutoToAny

test/fixtures/snapshot/typescript.js:82491–82493  ·  view source on GitHub ↗
(type)

Source from the content-addressed store, hash-verified

82489 }
82490 }
82491 function convertAutoToAny(type) {
82492 return type === autoType ? anyType : type === autoArrayType ? anyArrayType : type;
82493 }
82494 // Check variable, parameter, or property declaration
82495 function checkVariableLikeDeclaration(node) {
82496 var _a;

Callers 5

getFlowTypeInConstructorFunction · 0.85
getTypeAtFlowNodeFunction · 0.85
checkIdentifierFunction · 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…