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

Method getRenderData

app/views/user/IdentifyView.js:20–26  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

18 }
19
20 getRenderData () {
21 const context = super.getRenderData()
22 context.callbackID = utils.getQueryVariable('id')
23 context.callbackURL = utils.getQueryVariable('callback') + `?id=${context.callbackID}&username=${me.get('name')}`
24 context.callbackSource = utils.getQueryVariable('source')
25 return context
26 }
27 }
28 IdentifyView.initClass()
29 return IdentifyView

Callers

nothing calls this directly

Calls 1

getMethod · 0.45

Tested by

no test coverage detected