MCPcopy Create free account
hub / github.com/coderaidershaun/rust-auto-gippity-full-code / PrintCommand

Enum PrintCommand

src/helpers/command_line.rs:8–12  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

6
7#[derive(PartialEq, Debug)]
8pub enum PrintCommand {
9 AICall,
10 UnitTest,
11 Issue,
12}
13
14impl PrintCommand {
15 pub fn print_agent_message(&self, agent_pos: &str, agent_statement: &str) {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected