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

Function projectGallery

app/core/urls.js:9–11  ·  view source on GitHub ↗
({ courseInstanceID })

Source from the content-addressed store, hash-verified

7
8module.exports = {
9 projectGallery ({ courseInstanceID }) {
10 return `/students/project-gallery/${courseInstanceID}`
11 },
12
13 playDevLevel ({ level, session, course, courseInstanceId }) {
14 level = level.attributes || level

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected