| 404 | } |
| 405 | |
| 406 | type MockSpanSetFetcher struct { |
| 407 | iterator SpansetIterator |
| 408 | capturedRequest FetchSpansRequest |
| 409 | } |
| 410 | |
| 411 | var _ = (SpansetFetcher)(&MockSpanSetFetcher{}) |
| 412 |
nothing calls this directly
no outgoing calls
no test coverage detected