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

Function moduleCollapseKey

app/core/store/modules/teacherDashboard.js:9–11  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

7}
8
9function moduleCollapseKey () {
10 return `collapsed-modules-${me.id}`
11}
12
13async function fetchDataByComponent ({ dispatch, state, commit }, { componentName, options }) {
14 try {

Callers 2

setModuleCollapsedStateFunction · 0.85
fetchModuleCollapseStateFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected