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

Function parseActions

app/lib/level-generation.js:973–976  ·  view source on GitHub ↗
(code)

Source from the content-addressed store, hash-verified

971}
972
973function parseActions (code) {
974 const actions = code.trim().split('\n').map(codeToAction)
975 return actions
976}
977
978function compileActions (actions) {
979 const lines = []

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected