func()
in
report/reporter.go [76:79]
4
lines of code
1
McCabe index (conditional complexity)
func (r *Reporter) Report() { r.wg.Add(1) go r.report() }