func()
in
toolkit/log/span.go [79:84]
6
lines of code
2
McCabe index (conditional complexity)
func (s *otelSpan) End() { if !s.IsValid() { return } s.span.End() }