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

Method onClickAIHint

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

Source from the content-addressed store, hash-verified

70 }
71
72 onClickAIHint (e) {
73 this.openModalView(new AskAIHelpView({
74 propsData: {
75 aiChatKind: this.options.level?.get('aiChatKind') || 'level-chat',
76 },
77 }))
78 }
79
80 onClickTeacherHelp (e) {
81 Backbone.Mediator.publish('websocket:asking-help', {

Callers

nothing calls this directly

Calls 1

getMethod · 0.45

Tested by

no test coverage detected