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)
| 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). |
| 717 | func strconvParseFloat(b []byte) (float64, error) { |
| 718 | return parseFloat(&b) |
| 719 | } |
| 720 | |
| 721 | // ============================================================================= |
| 722 | // ObjectEach callback-error propagation test (closes Dimension 2) |
no test coverage detected