(attrs ...attribute.KeyValue)
| 323 | func (s *telemetryTestSpan) SetStatus(codes.Code, string) {} |
| 324 | func (s *telemetryTestSpan) SetName(string) {} |
| 325 | func (s *telemetryTestSpan) SetAttributes(attrs ...attribute.KeyValue) { |
| 326 | s.attrs = append(s.attrs, attrs...) |
| 327 | } |
| 328 | func (s *telemetryTestSpan) TracerProvider() trace.TracerProvider { |
| 329 | return noop.NewTracerProvider() |
| 330 | } |
no outgoing calls
no test coverage detected