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

Method ConvertProgram

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

Source from the content-addressed store, hash-verified

64}
65class Converters {
66 static ConvertProgram (n, ctx) {
67 return {
68 blocks: convert(n.body, ctx),
69 }
70 }
71
72 static ConvertVariableDeclaration (n, ctx) {
73 const result = []

Callers

nothing calls this directly

Calls 1

convertFunction · 0.85

Tested by

no test coverage detected