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

Method destroy

app/views/modal/ModelModal.js:130–133  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

128 }
129
130 destroy () {
131 for (const model in this.modelTreemas) { this.modelTreemas[model].destroy() }
132 return super.destroy()
133 }
134 }
135 ModelModal.initClass()
136 return ModelModal

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected