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

Function NewCallbackPredicate

pkg/parquetquery/predicates.go:542–544  ·  view source on GitHub ↗
(cb func() bool)

Source from the content-addressed store, hash-verified

540var _ Predicate = (*CallbackPredicate)(nil)
541
542func NewCallbackPredicate(cb func() bool) *CallbackPredicate {
543 return &CallbackPredicate{cb: cb}
544}
545
546func (m *CallbackPredicate) String() string { return "CallbackPredicate{}" }
547

Callers 6

createTraceIteratorFunction · 0.92
createTraceIteratorFunction · 0.92
createTraceIteratorsFunction · 0.92

Calls

no outgoing calls

Tested by

no test coverage detected