Verifies: SYS-REQ-001
(f *testing.F)
| 175 | |
| 176 | // Verifies: SYS-REQ-001 |
| 177 | func FuzzTokenStartNative(f *testing.F) { |
| 178 | addSeeds(f) |
| 179 | f.Fuzz(func(t *testing.T, data []byte) { |
| 180 | runWithCapture("FuzzTokenStartNative", data, func(d []byte) { _ = FuzzTokenStart(d) }) |
| 181 | }) |
| 182 | } |
| 183 | |
| 184 | // Verifies: SYS-REQ-002 |
| 185 | func FuzzGetStringNative(f *testing.F) { |
nothing calls this directly
no test coverage detected