func()
in
writer.go [88:90]
3
lines of code
1
McCabe index (conditional complexity)
func (w *Writer) Bool(v bool) { w.buf = strconv.AppendBool(w.buf, v) }