func()

in helpers/rangeheader.go [34:36]


func (h *RangeHeader) IsComplete() bool {
	return h.IsFirst() && h.IsLast()
}