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

Method openCreateAccountModal

app/views/ai/AIView.js:119–124  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

117 }
118
119 openCreateAccountModal () {
120 if (!me.isAnonymous()) {
121 return
122 }
123 this.openModalView(new CreateAccountModal({ mode: 'signup' }))
124 }
125 }
126 AIView.initClass()
127 return AIView

Callers

nothing calls this directly

Calls 1

isAnonymousMethod · 0.80

Tested by

no test coverage detected