(&self, agent: String)
| 209 | } |
| 210 | |
| 211 | pub fn set_agent(&self, agent: String) { |
| 212 | *self.current_agent.write() = agent; |
| 213 | } |
| 214 | |
| 215 | pub fn toggle_animations(&self) { |
| 216 | let mut enabled = self.animations_enabled.write(); |
no outgoing calls
no test coverage detected