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

Function checkArrayType

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

Source from the content-addressed store, hash-verified

80712 }
80713 }
80714 function checkArrayType(node) {
80715 checkSourceElement(node.elementType);
80716 }
80717 function checkTupleType(node) {
80718 var elementTypes = node.elements;
80719 var seenOptionalElement = false;

Callers 1

checkSourceElementWorkerFunction · 0.85

Calls 1

checkSourceElementFunction · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…