True if the expression tree contains an `Integrate` node.
(e: Expression)
| 94 | if (trace && records) { |
| 95 | // Replay the recorded steps into whole-state steps. No closing step is |
| 96 | // pushed here: the caller (`explainIntegrate`) appends a final |
| 97 | // 'integrate.simplify' step only when the evaluated result visibly |
| 98 | // differs from the last replayed state, so a representational |
| 99 | // difference (operand order, sign shape) doesn't show as a duplicate |
| 100 | // line. |
| 101 | for (const s of driver.replayTrace(records)) trace.push(s); |
| 102 | } |
no outgoing calls
no test coverage detected