(&self, index: usize)
| 141 | } |
| 142 | |
| 143 | pub fn agent_color(&self, index: usize) -> Color { |
| 144 | self.agent_colors[index % self.agent_colors.len()] |
| 145 | } |
| 146 | |
| 147 | pub fn by_name(name: &str) -> Option<Self> { |
| 148 | let normalized = name.trim(); |
no outgoing calls
no test coverage detected