package
encoding/base64
standard library7 standard-library functions from encoding/base64, ranked by how often they are called outside tests and generated code.
- prod calls
- 6,305
- non-test, non-generated
- all calls
- 9,621
- total callsites
- functions
- 7
- ranked in this snapshot
- origin
- std
- standard-library
members
Functions in encoding/base64
Ranked by production calls. The bar scales each function against the busiest in this package.
| Function | Prod calls |
|---|---|
| Encoding.EncodeToString | 3,269 |
| Encoding.DecodeString | 2,325 |
| Encoding.DecodedLen | 168 |
| Encoding.Decode | 168 |
| Encoding.Encode | 154 |
| Encoding.EncodedLen | 152 |
| NewEncoder | 69 |