(i int)
| 58 | } |
| 59 | |
| 60 | func findOneGuard(i int) bool { |
| 61 | return i%2 == 0 |
| 62 | } |
| 63 | |
| 64 | func TestFindOne(t *testing.T) { |
| 65 | t.Run("has elements", func(t *testing.T) { |
nothing calls this directly
no outgoing calls
no test coverage detected
searching dependent graphs…