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

Function getEffectiveTypeArguments

test/fixtures/snapshot/typescript.js:80634–80636  ·  view source on GitHub ↗
(node, typeParameters)

Source from the content-addressed store, hash-verified

80632 checkDecorators(node);
80633 }
80634 function getEffectiveTypeArguments(node, typeParameters) {
80635 return fillMissingTypeArguments(ts.map(node.typeArguments, getTypeFromTypeNode), typeParameters, getMinTypeArgumentCount(typeParameters), ts.isInJSFile(node));
80636 }
80637 function checkTypeArgumentConstraints(node, typeParameters) {
80638 var typeArguments;
80639 var mapper;

Callers 5

getTypeArgumentsFunction · 0.85
makeChangeFunction · 0.85

Calls 3

fillMissingTypeArgumentsFunction · 0.85
getMinTypeArgumentCountFunction · 0.85
mapMethod · 0.65

Tested by

no test coverage detected