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.1 (latest)
- Published
- Jun 24, 2025
- Platform
- linux/amd64
- Last checked
- 1 day ago –
Tools for package owners.