Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
238
func
(s *Spanset) clone() *Spanset {
239
ss := *s
240
return
&ss
241
}
242
243
type
CommonIterator[T any]
interface
{
244
Next(context.Context) (T, error)
Callers
6
evaluate
Method · 0.80
testEvaluator
Function · 0.80
TestSpansetOperationEvaluateArrayUnsupported
Function · 0.80
addSpanset
Function · 0.80
evaluate
Method · 0.80
TestSpansetClone
Function · 0.80
Calls
no outgoing calls
Tested by
3
testEvaluator
Function · 0.64
TestSpansetOperationEvaluateArrayUnsupported
Function · 0.64
TestSpansetClone
Function · 0.64