var github.com/klauspost/compress/huff0.ErrUseRLE
6 uses
github.com/klauspost/compress/huff0 (current package)
compress.go#L75: return nil, false, ErrUseRLE
compress.go#L199: return 0, 0, 0, ErrUseRLE
huff0.go#L35: ErrUseRLE = errors.New("input is single value repeated")
github.com/klauspost/compress/zstd
blockenc.go#L390: case huff0.ErrUseRLE:
blockenc.go#L554: case huff0.ErrUseRLE:
dict.go#L490: if errors.Is(err, huff0.ErrUseRLE) {
![]() |
The pages are generated with Golds v0.8.4. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |