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

Function visitDoOrWhileStatement

test/fixtures/snapshot/typescript.js:100175–100177  ·  view source on GitHub ↗
(node, outermostLabeledStatement)

Source from the content-addressed store, hash-verified

100173 return updated;
100174 }
100175 function visitDoOrWhileStatement(node, outermostLabeledStatement) {
100176 return visitIterationStatementWithFacts(0 /* HierarchyFacts.DoOrWhileStatementExcludes */, 1280 /* HierarchyFacts.DoOrWhileStatementIncludes */, node, outermostLabeledStatement);
100177 }
100178 function visitForStatement(node, outermostLabeledStatement) {
100179 return visitIterationStatementWithFacts(5056 /* HierarchyFacts.ForStatementExcludes */, 3328 /* HierarchyFacts.ForStatementIncludes */, node, outermostLabeledStatement);
100180 }

Callers 2

visitorWorkerFunction · 0.85
visitIterationStatementFunction · 0.85

Calls 1

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…