Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
16
function
classroomCourseLevelsKey(classroomID, courseID) {
17
return
`${classroomID}-${courseID}`
18
}
19
20
export
default {
21
namespaced: true,
Callers
1
classrooms.js
File · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected