(&self)
| 162 | |
| 163 | #[tracing::instrument(level = "debug", skip(self))] |
| 164 | pub fn get_current_time(&self) -> f64 { |
| 165 | self.data.player_details.current_time |
| 166 | } |
| 167 | |
| 168 | #[tracing::instrument(level = "debug", skip(self))] |
| 169 | pub fn get_player_blacklist(&self) -> Vec<String> { |
no outgoing calls
no test coverage detected