()
| 191 | } |
| 192 | |
| 193 | func (r *runtime) getNextTurn() int32 { |
| 194 | r.stateMutex.Lock() |
| 195 | defer r.stateMutex.Unlock() |
| 196 | return r.nextTurn |
| 197 | } |
| 198 | |
| 199 | // IncNextTurn prepares the runtime state for the next turn. |
| 200 | func (r *runtime) IncNextTurn() { |
no outgoing calls
no test coverage detected