(_ int)
| 182 | } |
| 183 | |
| 184 | func integerNode(_ int) string { |
| 185 | return oneOf(list[string]{ |
| 186 | {"1", 1}, |
| 187 | {"0", 1}, |
| 188 | }) |
| 189 | } |
| 190 | |
| 191 | func stringNode(_ int) string { |
| 192 | return "foo" |
nothing calls this directly
no test coverage detected
searching dependent graphs…