()
| 431 | } |
| 432 | |
| 433 | func (comp navigableComprehensionImpl) AccuInit() Expr { |
| 434 | return comp.createChild(comp.Expr.AsComprehension().AccuInit()) |
| 435 | } |
| 436 | |
| 437 | func (comp navigableComprehensionImpl) LoopCondition() Expr { |
| 438 | return comp.createChild(comp.Expr.AsComprehension().LoopCondition()) |
nothing calls this directly
no test coverage detected