Go stdlib package — compress/flate. Auto-indexed from CDN. Method-level security roles have not been annotated; rule writers should inspect the source before use.
.CorruptInputError.Error()NeutralCorruptInputError.Error() string
CorruptInputError.Error function.
.NewReader()NeutralNewReader(r io.Reader) io.ReadCloser
NewReader returns a new ReadCloser that can be used
.NewReaderDict()NeutralNewReaderDict(r io.Reader, dict []byte) io.ReadCloser
NewReaderDict is like NewReader but initializes the reader
.NewWriter()NeutralNewWriter(w io.Writer, level int) (*Writer, error)
NewWriter returns a new Writer compressing data at the given level.
.NewWriterDict()NeutralNewWriterDict(w io.Writer, level int, dict []byte) (*Writer, error)
NewWriterDict is like NewWriter but initializes the new
.Writer.Flush()NeutralWriter.Flush() error
Flush flushes any pending data to the underlying writer.
| FQN | Field | |
|---|---|---|
| compress/flate | fqns[0] |
Wrong FQN → 0 findings. Verify with: change fqns to garbage → must produce 0 results.
// standard library — no go.mod entry required
from codepathfinder.go_rule import ... # compress/flate