MCPcopy
hub / github.com/grafana/dskit / Bytes

TypeAlias Bytes

flagext/bytes.go:13–13  ·  flagext/bytes.go::Bytes

Bytes is a data type which supports use as a flag and yaml serialization/deserialization with units.

Source from the content-addressed store, hash-verified

11// Bytes is a data type which supports use as a flag and yaml
12// serialization/deserialization with units.
13type Bytes uint64
14
15// String implements flag.Value
16func (b *Bytes) String() string {

Callers 5

Test_Bytes_StringFunction · 0.85
Test_Bytes_SetFunction · 0.85
Test_Bytes_MarshalYAMLFunction · 0.85
Test_Bytes_UnmarshalYAMLFunction · 0.85
SetMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected