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

Function addInteractiveSession

app/core/store/modules/interactives.js:53–55  ·  view source on GitHub ↗
(state, interactiveSession)

Source from the content-addressed store, hash-verified

51 },
52
53 addInteractiveSession (state, interactiveSession) {
54 state.interactiveSession = interactiveSession
55 },
56
57 addInteractiveSessionsForClassroom (state, { classroomId, sessions }) {
58 Vue.set(state.interactiveSessionsByClassroom[classroomId], 'sessions', sessions)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected