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

Method clone

pkg/traceql/storage.go:238–241  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

236}
237
238func (s *Spanset) clone() *Spanset {
239 ss := *s
240 return &ss
241}
242
243type CommonIterator[T any] interface {
244 Next(context.Context) (T, error)

Callers 6

evaluateMethod · 0.80
testEvaluatorFunction · 0.80
addSpansetFunction · 0.80
evaluateMethod · 0.80
TestSpansetCloneFunction · 0.80

Calls

no outgoing calls

Tested by 3

testEvaluatorFunction · 0.64
TestSpansetCloneFunction · 0.64