fn handle_setoption(parameters: &[String], state: Arc<Mutex<UciState>>)
Expand description

Handles setoption [name] value [value] command by creating or overwriting a name option with the specified value. Recreates tables if Hash or Clear Hash options are modified.