Skip to main content

evaluate_engine_command

Function evaluate_engine_command 

Source
pub fn evaluate_engine_command(cmd: &str, arg: &str) -> Option<CommandResult>
Expand description

Pure command → result mapping (no runtime mutation). Split out of handle_engine_command so dispatch can be unit-tested without a Runtime.