MCPcopy Create free account
hub / github.com/buger/jsonparser / strconvParseFloat

Function strconvParseFloat

path_fuzz_test.go:717–719  ·  view source on GitHub ↗

strconvParseFloat is a thin wrapper so the SEQUENCE closures don't have to import strconv (the package-level import set already lives in json_fuzz_test.go, but we keep path_fuzz_test.go self-contained).

(b []byte)

Source from the content-addressed store, hash-verified

715// import strconv (the package-level import set already lives in
716// json_fuzz_test.go, but we keep path_fuzz_test.go self-contained).
717func strconvParseFloat(b []byte) (float64, error) {
718 return parseFloat(&b)
719}
720
721// =============================================================================
722// ObjectEach callback-error propagation test (closes Dimension 2)

Callers 1

FuzzSequenceFunction · 0.85

Calls 1

parseFloatFunction · 0.70

Tested by

no test coverage detected