MCPcopy 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

getDefaultActionsMethod · 0.95
updateMovieClipMethod · 0.80
updateContainerMethod · 0.80
cacheActionOnLanksMethod · 0.80
gotoAndPlayMethod · 0.80

Calls 2

isFullyLoadedMethod · 0.95
buildActionsMethod · 0.95

Tested by

no test coverage detected