()
| 560 | } |
| 561 | |
| 562 | func (m *Span) GetEndTimeUnixNano() uint64 { |
| 563 | if m != nil { |
| 564 | return m.EndTimeUnixNano |
| 565 | } |
| 566 | return 0 |
| 567 | } |
| 568 | |
| 569 | func (m *Span) GetAttributes() []*v11.KeyValue { |
| 570 | if m != nil { |
no outgoing calls
no test coverage detected