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

Method getURL

app/models/CocoModel.js:470–472  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

468 }
469
470 getURL () {
471 if (_.isString(this.url)) { return this.url } else { return this.url() }
472 }
473
474 static pollAchievements () {
475 if (utils.isOzaria) { return } // Not needed until/unlesss we start using achievements in Ozaria

Callers 4

setProjectionMethod · 0.95
fetchMethod · 0.95
CocoModel.spec.jsFile · 0.45
onLoadedMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected