MCPcopy
hub / github.com/olric-data/olric / ParseFloat

Function ParseFloat

internal/util/strconv.go:43–45  ·  view source on GitHub ↗
(b []byte, bitSize int)

Source from the content-addressed store, hash-verified

41}
42
43func ParseFloat(b []byte, bitSize int) (float64, error) {
44 return strconv.ParseFloat(BytesToString(b), bitSize)
45}

Callers 2

ScanFunction · 0.92
atomicIncrByFloatMethod · 0.92

Calls 1

BytesToStringFunction · 0.70

Tested by

no test coverage detected