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

Method getRenderData

app/views/admin/MainAdminView.js:104–110  ·  view source on GitHub ↗
(context)

Source from the content-addressed store, hash-verified

102 }
103
104 getRenderData (context) {
105 if (context == null) { context = {} }
106 context = super.getRenderData(context)
107 context.parentAdminAvailabilityStatus = this.parentAdminAvailabilityStatus || 'on'
108 context.parentAdminUpdateInProgress = this.parentAdminUpdateInProgress || false
109 return context
110 }
111
112 afterInsert () {
113 let search, spy, userID

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected