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

Function checkTypeOperator

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

Source from the content-addressed store, hash-verified

80828 getTypeFromThisTypeNode(node);
80829 }
80830 function checkTypeOperator(node) {
80831 checkGrammarTypeOperatorNode(node);
80832 checkSourceElement(node.type);
80833 }
80834 function checkConditionalType(node) {
80835 ts.forEachChild(node, checkSourceElement);
80836 }

Callers 1

checkSourceElementWorkerFunction · 0.85

Calls 2

checkSourceElementFunction · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…