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

Method render

app/views/editor/PatchModal.js:71–74  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

69 }
70
71 render () {
72 if (this.supermodel.finished()) { this.applyDelta() }
73 return super.render()
74 }
75
76 getRenderData () {
77 const c = super.getRenderData()

Callers 15

reloadPatchesMethod · 0.45
setIsDefaultComponentMethod · 0.45
updateShowLeftGameMethod · 0.45
onClickReloadButtonMethod · 0.45
getCampaignAnalyticsMethod · 0.45
onLoadedMethod · 0.45
constructorMethod · 0.45
updateGraphCheckboxMethod · 0.45
onClickRecentButtonMethod · 0.45
makeFinishDataFetchMethod · 0.45

Calls 1

applyDeltaMethod · 0.95

Tested by

no test coverage detected