Verifies: SYS-REQ-007
(f *testing.F)
| 143 | |
| 144 | // Verifies: SYS-REQ-007 |
| 145 | func FuzzObjectEachNative(f *testing.F) { |
| 146 | addSeeds(f) |
| 147 | f.Fuzz(func(t *testing.T, data []byte) { |
| 148 | runWithCapture("FuzzObjectEachNative", data, func(d []byte) { _ = FuzzObjectEach(d) }) |
| 149 | }) |
| 150 | } |
| 151 | |
| 152 | // Verifies: SYS-REQ-013 |
| 153 | func FuzzParseFloatNative(f *testing.F) { |
nothing calls this directly
no test coverage detected