- Sort Score
- Num 10 results
- Language All
Results 1 - 1 of 1 for feedTokens (0.03 seconds)
-
src/archive/tar/reader.go
var ( cntNewline int64 buf bytes.Buffer blk block totalSize int ) // feedTokens copies data in blocks from r into buf until there are // at least cnt newlines in buf. It will not read more blocks than needed. feedTokens := func(n int64) error { for cntNewline < n { totalSize += len(blk) if totalSize > maxSpecialFileSize { return errSparseTooLong
Created: Tue Dec 30 11:13:12 GMT 2025 - Last Modified: Tue Oct 07 19:46:36 GMT 2025 - 26.9K bytes - Click Count (0)