(t *testing.T)
| 619 | } |
| 620 | |
| 621 | func TestFuzzSliceUint(t *testing.T) { |
| 622 | testTypeFuzz(t, &STuint{}, &SXuint{}) |
| 623 | } |
| 624 | |
| 625 | func TestFuzzSliceUint8(t *testing.T) { |
| 626 | testTypeFuzz(t, &STuint8{}, &SXuint8{}) |
nothing calls this directly
no test coverage detected
searching dependent graphs…