Returns `true` if the session has ended.
(&self)
| 370 | |
| 371 | /// Returns `true` if the session has ended. |
| 372 | pub fn is_ended(&self) -> bool { |
| 373 | self.phase.is_ended() |
| 374 | } |
| 375 | |
| 376 | /// Returns `true` if the session has an active turn. |
| 377 | pub fn is_turn_active(&self) -> bool { |
no outgoing calls
no test coverage detected