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

Method getExpFunction

app/models/Achievement.js:37–40  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

35 }
36
37 getExpFunction () {
38 const func = this.get('function', true)
39 if (func.kind in utils.functionCreators) { return utils.functionCreators[func.kind](func.parameters) }
40 }
41
42 save () {
43 this.populateI18N()

Callers 6

calculateDataMethod · 0.80
onEverythingLoadedMethod · 0.80
getRenderDataMethod · 0.80
getRenderDataMethod · 0.80
getRenderDataMethod · 0.80
getRenderDataMethod · 0.80

Calls 1

getMethod · 0.45

Tested by

no test coverage detected