package binaryutil
import "github.com/influxdata/influxdb/pkg/binaryutil"
Index ¶
Functions ¶
func UvarintSize ¶
UvarintSize returns the number of bytes to uvarint encode x. This code is copied from encoding/binary.PutUvarint() with the buffer removed.
func VarintSize ¶
VarintSize returns the number of bytes to varint encode x. This code is copied from encoding/binary.PutVarint() with the buffer removed.
Source Files ¶
- Version
- v1.12.0 (latest)
- Published
- Apr 8, 2025
- Platform
- linux/amd64
- Last checked
- 2 days ago –
Tools for package owners.