MCPcopy Index your code
hub / github.com/codecombat/codecombat / is

Method is

app/lib/level-generation.js:1104–1106  ·  view source on GitHub ↗
(direction)

Source from the content-addressed store, hash-verified

1102 }
1103
1104 is (direction) {
1105 return this.name === direction.name
1106 }
1107
1108 isOpposite (direction) {
1109 return this.vector.x === direction.vector.x * -1 && this.vector.y === direction.vector.y * -1

Callers 15

getRelationshipMethod · 0.95
forms.jsFile · 0.80
onRightPressedMethod · 0.80
onLeftPressedMethod · 0.80
finishSignupMethod · 0.80
clickFinishFunction · 0.80
onClickGoButtonMethod · 0.80
toggleWatchLevelMethod · 0.80
toggleWatchComponentMethod · 0.80
toggleWatchSystemMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected