(nanos uint64)
| 961 | } |
| 962 | |
| 963 | func (m *mockSpan) WithDuration(nanos uint64) *mockSpan { |
| 964 | m.durationNanos = nanos |
| 965 | return m |
| 966 | } |
| 967 | |
| 968 | func (m *mockSpan) WithNestedSetInfo(parentid, left, right int) *mockSpan { |
| 969 | m.parentID = parentid |
no outgoing calls
no test coverage detected