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

Method pushTasks

app/views/editor/level/tasks/TasksTabView.js:117–119  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

115 }
116
117 pushTasks () {
118 return this.level.set('tasks', this.taskMap())
119 }
120
121 onClickTaskRow (e) {
122 if (!$(e.target).is('input') && !$(e.target).is('a') && !$(e.target).hasClass('start-edit') && (this.$('#cur-edit').length === 0)) {

Callers 4

applyTaskNameMethod · 0.95
onLevelLoadedMethod · 0.95
onClickTaskRowMethod · 0.95
onClickTaskInputMethod · 0.95

Calls 2

taskMapMethod · 0.95
setMethod · 0.45

Tested by

no test coverage detected