| 6 | |
| 7 | #[derive(PartialEq, Debug)] |
| 8 | pub enum PrintCommand { |
| 9 | AICall, |
| 10 | UnitTest, |
| 11 | Issue, |
| 12 | } |
| 13 | |
| 14 | impl PrintCommand { |
| 15 | pub fn print_agent_message(&self, agent_pos: &str, agent_statement: &str) { |
nothing calls this directly
no outgoing calls
no test coverage detected