| 31 | } |
| 32 | |
| 33 | type RootExpr struct { |
| 34 | Pipeline Pipeline |
| 35 | MetricsPipeline firstStageElement |
| 36 | MetricsSecondStage secondStageElement |
| 37 | Hints *Hints |
| 38 | OptimizationCount int |
| 39 | } |
| 40 | |
| 41 | func NeedsFullTrace(e ...Element) bool { |
| 42 | for _, e := range e { |
nothing calls this directly
no outgoing calls
no test coverage detected