()
| 999 | } |
| 1000 | |
| 1001 | func (m *Span) GetStartTimeUnixNano() uint64 { |
| 1002 | if m != nil { |
| 1003 | return m.StartTimeUnixNano |
| 1004 | } |
| 1005 | return 0 |
| 1006 | } |
| 1007 | |
| 1008 | func (m *Span) GetDurationNanos() uint64 { |
| 1009 | if m != nil { |
no outgoing calls
no test coverage detected