(t *testing.T)
| 640 | } |
| 641 | |
| 642 | func TestArrayUint(t *testing.T) { |
| 643 | testType(t, &ATuint{}, &AXuint{}) |
| 644 | } |
| 645 | |
| 646 | func TestArrayUint8(t *testing.T) { |
| 647 | testType(t, &ATuint8{}, &AXuint8{}) |
nothing calls this directly
no test coverage detected
searching dependent graphs…