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

Function getRestArrayTypeOfTupleType

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

Source from the content-addressed store, hash-verified

67554 return getElementTypeOfSliceOfTupleType(type, type.target.fixedLength);
67555 }
67556 function getRestArrayTypeOfTupleType(type) {
67557 var restType = getRestTypeOfTupleType(type);
67558 return restType && createArrayType(restType);
67559 }
67560 function getElementTypeOfSliceOfTupleType(type, index, endSkipCount, writing) {
67561 if (endSkipCount === void 0) { endSkipCount = 0; }
67562 if (writing === void 0) { writing = false; }

Callers 1

sliceTupleTypeFunction · 0.85

Calls 2

getRestTypeOfTupleTypeFunction · 0.85
createArrayTypeFunction · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…