(cb func() bool, remove []Condition, allConditions bool)
| 73 | } |
| 74 | |
| 75 | func ExemplarMetaConditionsWithout(cb func() bool, remove []Condition, allConditions bool) []Condition { |
| 76 | return metaConditionsWithout(ExemplarMetaConditions(cb), remove, allConditions) |
| 77 | } |
| 78 | |
| 79 | // SecondPassFn is a method that is called in between the first and second |
| 80 | // pass of a fetch spans request. See below. |
no test coverage detected