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

Method GetParentSpanId

pkg/tempopb/trace/v1/trace.pb.go:527–532  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

525}
526
527func (m *Span) GetParentSpanId() []byte {
528 if m != nil {
529 return m.ParentSpanId
530 }
531 return nil
532}
533
534func (m *Span) GetFlags() uint32 {
535 if m != nil {

Callers 2

swapParentIDsMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected