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

Method onAITranslate

app/views/editor/level/LevelEditView.js:168–170  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

166 }
167
168 async onAITranslate () {
169 this.openModalView(new AITranslateConfirmModal(this.level))
170 }
171
172 showLoading ($el) {
173 if ($el == null) { $el = this.$el.find('.outer-content') }

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected