MCPcopy
hub / github.com/lebab/lebab / continueWithLabelUsed

Function continueWithLabelUsed

src/transform/forEach/validateForLoop.js:49–51  ·  view source on GitHub ↗
(body)

Source from the content-addressed store, hash-verified

47}
48
49function continueWithLabelUsed(body) {
50 return traverser.find(body, ({type, label}) => type === 'ContinueStatement' && label);
51}
52
53function breakUsed(body) {
54 return traverser.find(body, 'BreakStatement', {skipTypes: [...loopStatements, 'SwitchStatement']});

Callers 1

validateForLoopFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…