()
| 15704 | func (r NotRed) DoNothing() {} |
| 15705 | |
| 15706 | func (r NotRed) String() string { return "not red instance" } |
| 15707 | |
| 15708 | func TestValidateFn(t *testing.T) { |
| 15709 | t.Run("using pointer", func(t *testing.T) { |
no outgoing calls
no test coverage detected