(t *testing.T)
| 7 | ) |
| 8 | |
| 9 | func TestWrappedError_impl(t *testing.T) { |
| 10 | var _ error = new(wrappedError) |
| 11 | } |
| 12 | |
| 13 | func TestGetAll(t *testing.T) { |
| 14 | cases := []struct { |
nothing calls this directly
no outgoing calls
no test coverage detected
searching dependent graphs…