pub fn known_command() -> Command
Expand description

Does the engine know this command?

Comments

The protocol makes no distinction between unknown commands and known but unimplemented ones. Do not declare a command as known if it is known not to work.