Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/codecombat/codecombat
/ onClickToggleSolution
Method
onClickToggleSolution
app/views/play/menu/MyCodeView.js:97–99 ·
view source on GitHub ↗
(e)
Source
from the content-addressed store, hash-verified
95
}
96
97
onClickToggleSolution (e) {
98
Backbone.Mediator.publish(
'level:toggle-solution'
, {})
99
}
100
101
onClickFillSolution (e) {
102
if
(me.canAutoFillCode()) {
Callers
nothing calls this directly
Calls
1
publish
Method · 0.80
Tested by
no test coverage detected