(n, ctx)
| 187 | } |
| 188 | |
| 189 | static ConvertEmptyStatement (n, ctx) { |
| 190 | return null |
| 191 | } |
| 192 | |
| 193 | static ConvertForStatement (n, ctx) { |
| 194 | const found = findOne(ctx.plan, x => fuzzyMatch(n, x[1]), 'Can\'t find the for statement') |
nothing calls this directly
no outgoing calls
no test coverage detected