func()
in
writer.go [43:45]
3
lines of code
1
McCabe index (conditional complexity)
func (w *Writer) Rewind(size int) { w.buf = w.buf[:size] }