GetState returns the current app state.
()
| 2212 | |
| 2213 | // GetState returns the current app state. |
| 2214 | func (a *App) GetState() AppState { |
| 2215 | return a.state |
| 2216 | } |
| 2217 | |
| 2218 | // GetIteration returns the current iteration count. |
| 2219 | func (a *App) GetIteration() int { |
no outgoing calls
no test coverage detected