Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/codecombat/codecombat
/ currentInteractive
Function
currentInteractive
app/core/store/modules/interactives.js:82–84 ·
view source on GitHub ↗
(state)
Source
from the content-addressed store, hash-verified
80
},
81
82
currentInteractive (state) {
83
return
state.interactive
84
},
85
86
currentInteractiveSession (state) {
87
return
state.interactiveSession
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected