Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/codecombat/codecombat
/ taskArray
Method
taskArray
app/views/editor/level/tasks/TasksTabView.js:85–87 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
83
}
84
85
taskArray () {
86
return
(this.tasks != null ? this.tasks.toArray() : undefined)
87
}
88
89
onLevelLoaded (e) {
90
this.level = e.level
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected