(cb func() bool)
| 36 | } |
| 37 | |
| 38 | func ExemplarMetaConditions(cb func() bool) []Condition { |
| 39 | return []Condition{ |
| 40 | {Attribute: NewIntrinsic(IntrinsicTraceID), Op: OpNone, CallBack: cb}, |
| 41 | } |
| 42 | } |
| 43 | |
| 44 | func SearchMetaConditionsWithout(remove []Condition, allConditions bool) []Condition { |
| 45 | metaConds := SearchMetaConditions() |
no test coverage detected