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

Function classroomCourseLevelsKey

app/core/store/modules/classrooms.js:16–18  ·  view source on GitHub ↗
(classroomID, courseID)

Source from the content-addressed store, hash-verified

14}
15
16function classroomCourseLevelsKey(classroomID, courseID) {
17 return `${classroomID}-${courseID}`
18}
19
20export default {
21 namespaced: true,

Callers 1

classrooms.jsFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected