Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
8
func
ParseFloat(s string) (float64, error) {
9
return
util.ParseStringToFloat(s)
10
}
11
12
func
MustParseFloat(s string) float64 {
13
return
util.MustParseFloat(s)
Callers
1
search_test.go
File · 0.92
Calls
1
ParseStringToFloat
Function · 0.92
Tested by
no test coverage detected