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

Function currentInteractiveSession

app/core/store/modules/interactives.js:86–88  ·  view source on GitHub ↗
(state)

Source from the content-addressed store, hash-verified

84 },
85
86 currentInteractiveSession (state) {
87 return state.interactiveSession
88 },
89
90 correctSubmissionFromSession (state, getters) {
91 const currentInteractiveSession = getters.currentInteractiveSession

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected