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

Method onLoaded

app/views/teachers/RequestQuoteView.js:109–120  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

107 }
108
109 onLoaded () {
110 if (this.trialRequests.size()) {
111 this.trialRequest = this.trialRequests.first()
112 this.state.set({
113 authModalInitialValues: {
114 email: __guard__(this.trialRequest != null ? this.trialRequest.get('properties') : undefined, x => x.email)
115 }
116 })
117 }
118 this.onClickGPlusSignupButton()
119 return super.onLoaded()
120 }
121
122 invalidateNCES () {
123 return Array.from(SCHOOL_NCES_KEYS).map((key) =>

Callers

nothing calls this directly

Calls 4

__guard__Function · 0.70
setMethod · 0.45
getMethod · 0.45

Tested by

no test coverage detected