Returns `true` if the session has ended.
(&self)
| 342 | |
| 343 | /// Returns `true` if the session has ended. |
| 344 | pub fn is_ended(&self) -> bool { |
| 345 | self.phase.is_ended() |
| 346 | } |
| 347 | |
| 348 | /// Returns `true` if the session has an active turn. |
| 349 | pub fn is_turn_active(&self) -> bool { |
no outgoing calls
no test coverage detected