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)
| 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). |
| 711 | func strconvParseFloat(b []byte) (float64, error) { |
| 712 | return parseFloat(&b) |
| 713 | } |
| 714 | |
| 715 | // ============================================================================= |
| 716 | // ObjectEach callback-error propagation test (closes Dimension 2) |
no test coverage detected