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

Function addInteractive

app/core/store/modules/interactives.js:49–51  ·  view source on GitHub ↗
(state, interactive)

Source from the content-addressed store, hash-verified

47 },
48
49 addInteractive (state, interactive) {
50 state.interactive = interactive
51 },
52
53 addInteractiveSession (state, interactiveSession) {
54 state.interactiveSession = interactiveSession

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected