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

Method getTaskURL

app/views/editor/level/tasks/TasksTabView.js:179–184  ·  view source on GitHub ↗
(_n)

Source from the content-addressed store, hash-verified

177 }
178
179 getTaskURL (_n) {
180 if (_.find(this.defaultTasks, { name: _n }) != null) {
181 return _.string.slugify(_n)
182 }
183 return null
184 }
185 }
186 TasksTabView.initClass()
187 return TasksTabView

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected