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

Class

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

Source from the content-addressed store, hash-verified

1084const directionNames = ['up', 'down', 'left', 'right']
1085
1086class Direction {
1087 constructor (name) {
1088 this.name = name // 'up', 'down', 'left', 'right'
1089 if (this.name === 'up') {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected