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

Function checkTypeQuery

test/fixtures/snapshot/typescript.js:80701–80703  ·  view source on GitHub ↗
(node)

Source from the content-addressed store, hash-verified

80699 return constraint && instantiateType(constraint, createTypeMapper(typeParameters, getEffectiveTypeArguments(typeReferenceNode, typeParameters)));
80700 }
80701 function checkTypeQuery(node) {
80702 getTypeFromTypeQueryNode(node);
80703 }
80704 function checkTypeLiteral(node) {
80705 ts.forEach(node.members, checkSourceElement);
80706 addLazyDiagnostic(checkTypeLiteralDiagnostics);

Callers 1

checkSourceElementWorkerFunction · 0.85

Calls 1

getTypeFromTypeQueryNodeFunction · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…