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,451
- non-test, non-generated
- all calls
- 10,048
- 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,350 |
| Encoding.DecodeString | 2,386 |
| Encoding.DecodedLen | 164 |
| Encoding.Decode | 164 |
| Encoding.EncodedLen | 158 |
| Encoding.Encode | 156 |
| NewEncoder | 73 |