MCPcopy Index your code
hub / github.com/buger/jsonparser / parseFloat

Function parseFloat

bytes_safe.go:16–18  ·  view source on GitHub ↗
(b *[]byte)

Source from the content-addressed store, hash-verified

14}
15
16func parseFloat(b *[]byte) (float64, error) {
17 return strconv.ParseFloat(string(*b), 64)
18}
19
20func bytesToString(b *[]byte) string {
21 return string(*b)

Callers 1

ParseFloatFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…