(state, interactive)
| 47 | }, |
| 48 | |
| 49 | addInteractive (state, interactive) { |
| 50 | state.interactive = interactive |
| 51 | }, |
| 52 | |
| 53 | addInteractiveSession (state, interactiveSession) { |
| 54 | state.interactiveSession = interactiveSession |
nothing calls this directly
no outgoing calls
no test coverage detected