MCPcopy Create free account
hub / github.com/codecombat/codecombat / ConvertEmptyStatement

Method ConvertEmptyStatement

app/lib/code-to-blocks.js:189–191  ·  view source on GitHub ↗
(n, ctx)

Source from the content-addressed store, hash-verified

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')

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected