func()
in
report/reporter.go [148:151]
4
lines of code
1
McCabe index (conditional complexity)
func (r *Reporter) CloseWait() { close(r.closeCh) r.wg.Wait() }