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

Function visitArray

test/fixtures/snapshot/typescript.js:38486–38493  ·  view source on GitHub ↗
(array)

Source from the content-addressed store, hash-verified

38484 checkNodePositions(node, aggressiveChecks);
38485 }
38486 function visitArray(array) {
38487 array._children = undefined;
38488 ts.setTextRangePosEnd(array, array.pos + delta, array.end + delta);
38489 for (var _i = 0, array_9 = array; _i < array_9.length; _i++) {
38490 var node = array_9[_i];
38491 visitNode(node);
38492 }
38493 }
38494 }
38495 function shouldCheckNode(node) {
38496 switch (node.kind) {

Callers 1

Calls 5

visitNodeFunction · 0.85
forEachChildFunction · 0.85
assertMethod · 0.80

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…