(t *testing.T)
| 615 | } |
| 616 | |
| 617 | func TestFuzzSliceInt64(t *testing.T) { |
| 618 | testTypeFuzz(t, &STint64{}, &SXint64{}) |
| 619 | } |
| 620 | |
| 621 | func TestFuzzSliceUint(t *testing.T) { |
| 622 | testTypeFuzz(t, &STuint{}, &SXuint{}) |
nothing calls this directly
no test coverage detected
searching dependent graphs…