Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/codecombat/codecombat
/ getActions
Method
getActions
app/models/ThangType.js:141–144 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
139
}
140
141
getActions () {
142
if
(!this.isFullyLoaded()) {
return
{} }
143
return
this.actions || this.buildActions()
144
}
145
146
getDefaultActions () {
147
const
actions = []
Callers
8
getDefaultActions
Method · 0.95
getContainersForActions
Method · 0.95
SingularSprite.spec.js
File · 0.80
SegmentedSprite.spec.js
File · 0.80
updateMovieClip
Method · 0.80
updateContainer
Method · 0.80
cacheActionOnLanks
Method · 0.80
gotoAndPlay
Method · 0.80
Calls
2
isFullyLoaded
Method · 0.95
buildActions
Method · 0.95
Tested by
no test coverage detected