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

Method onClickFillSolution

app/views/play/menu/MyCodeView.js:101–105  ·  view source on GitHub ↗
(e)

Source from the content-addressed store, hash-verified

99 }
100
101 onClickFillSolution (e) {
102 if (me.canAutoFillCode()) {
103 store.dispatch('game/autoFillSolution', this.options.codeLanguage)
104 }
105 }
106
107 onClickSwitchTeam (e) {
108 const protocol = window.location.protocol + '//'

Callers

nothing calls this directly

Calls 1

canAutoFillCodeMethod · 0.80

Tested by

no test coverage detected