func()
in
writer.go [53:55]
3
lines of code
1
McCabe index (conditional complexity)
func (w *Writer) RawByte(c byte) { w.buf = append(w.buf, c) }