MCPcopy Create free account
hub / github.com/crawl/crawl / name_to_command

Function name_to_command

crawl-ref/source/macro.cc:2157–2160  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2155}
2156
2157command_type name_to_command(string name)
2158{
2159 return static_cast<command_type>(lookup(_names_to_cmds, name, CMD_NO_CMD));
2160}
2161
2162string command_to_name(command_type cmd)
2163{

Callers 5

crawl_do_commandsFunction · 0.85
crawl_get_commandFunction · 0.85
_bindkeyFunction · 0.85
hint_replace_cmdsFunction · 0.85

Calls 1

lookupFunction · 0.85

Tested by

no test coverage detected