io.SectionReader.Size (method)

2 uses

	io (current package)
		io.go#L543: 	if off < 0 || off >= s.Size() {
		io.go#L559: func (s *SectionReader) Size() int64 { return s.limit - s.base }