MCPcopy Create free account
hub / github.com/codecombat/codecombat / level-generation.js

File level-generation.js

app/lib/level-generation.js:None–None  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1const _ = require('lodash')
2const schemas = require('../schemas/schemas')
3const levelSchema = require('../schemas/models/level')
4const terrainGeneration = require('./terrain-generation')

Callers

nothing calls this directly

Calls 15

generatePropertyFunction · 0.85
addGoalFunction · 0.85
loadThangTypesFunction · 0.85
updateProgrammableConfigFunction · 0.85
parseActionsFunction · 0.85
permuteActionsFunction · 0.85
compileActionsFunction · 0.85
shiftLayoutFunction · 0.85
layoutsAreEquivalentFunction · 0.85

Tested by

no test coverage detected