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

Method ConvertContinueStatement

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

Source from the content-addressed store, hash-verified

138 }
139
140 static ConvertContinueStatement (n, ctx) {
141 return findOne(ctx.plan, x => fuzzyMatch(n, x[1]), 'Can\'t find the continue statement')[0]
142 }
143
144 static ConvertArrayExpression (n, ctx) {
145 const found = findOne(ctx.plan, x => fuzzyMatch(n, x[1]), 'Can\'t find the array expression')

Callers

nothing calls this directly

Calls 2

findOneFunction · 0.85
fuzzyMatchFunction · 0.85

Tested by

no test coverage detected