MCPcopy
hub / github.com/grafana/tempo / SearchMetaConditionsWithout

Function SearchMetaConditionsWithout

pkg/traceql/storage.go:44–47  ·  view source on GitHub ↗
(remove []Condition, allConditions bool)

Source from the content-addressed store, hash-verified

42}
43
44func SearchMetaConditionsWithout(remove []Condition, allConditions bool) []Condition {
45 metaConds := SearchMetaConditions()
46 return metaConditionsWithout(metaConds, remove, allConditions)
47}
48
49func metaConditionsWithout(metaConds, remove []Condition, allConditions bool) []Condition {
50 retConds := make([]Condition, 0, len(metaConds))

Callers 2

ExecuteSearchMethod · 0.85

Calls 2

SearchMetaConditionsFunction · 0.85
metaConditionsWithoutFunction · 0.85

Tested by 1