()
| 33 | } |
| 34 | |
| 35 | func (d *UserData) GetCurrentQuestion() entities.Question { |
| 36 | return d.CurrentQuestion |
| 37 | } |
| 38 | |
| 39 | func (d *UserData) SetCurrentContainer(container *entities.Container) { |
| 40 | d.CurrentContainer = container |
nothing calls this directly
no outgoing calls
no test coverage detected