MCPcopy
hub / github.com/redis/go-redis / ParseFloat

Function ParseFloat

helper/helper.go:8–10  ·  view source on GitHub ↗
(s string)

Source from the content-addressed store, hash-verified

6)
7
8func ParseFloat(s string) (float64, error) {
9 return util.ParseStringToFloat(s)
10}
11
12func MustParseFloat(s string) float64 {
13 return util.MustParseFloat(s)

Callers 1

search_test.goFile · 0.92

Calls 1

ParseStringToFloatFunction · 0.92

Tested by

no test coverage detected