(executableIndex)
| 9687 | } |
| 9688 | |
| 9689 | function startingMax(executableIndex) { |
| 9690 | return executableIndex === undefined ? defaultMax : executableIndex |
| 9691 | } |
| 9692 | |
| 9693 | function segmentChildren(node, orderedChildren, nodeStats, executableIndex) { |
| 9694 | let currentSegment = { |
no outgoing calls
no test coverage detected