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

Function strconvParseFloat

path_fuzz_test.go:711–713  ·  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

709// import strconv (the package-level import set already lives in
710// json_fuzz_test.go, but we keep path_fuzz_test.go self-contained).
711func strconvParseFloat(b []byte) (float64, error) {
712 return parseFloat(&b)
713}
714
715// =============================================================================
716// ObjectEach callback-error propagation test (closes Dimension 2)

Callers 1

FuzzSequenceFunction · 0.85

Calls 1

parseFloatFunction · 0.70

Tested by

no test coverage detected