Go stdlib package — encoding/ascii85. 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.
.Decode()NeutralDecode(dst []byte, src []byte, flush bool) (int, int, error)
Decode decodes src into dst, returning both the number
.Encode()NeutralEncode(dst []byte, src []byte) int
Encode encodes src into at most MaxEncodedLen(len(src))
.MaxEncodedLen()NeutralMaxEncodedLen(n int) int
MaxEncodedLen returns the maximum length of an encoding of n source bytes.
.NewDecoder()NeutralNewDecoder(r io.Reader) io.Reader
NewDecoder constructs a new ascii85 stream decoder.
.NewEncoder()NeutralNewEncoder(w io.Writer) io.WriteCloser
NewEncoder returns a new ascii85 stream encoder. Data written to
| FQN | Field | |
|---|---|---|
| encoding/ascii85 | 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 ... # encoding/ascii85