Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/crawl/crawl
/ command_to_name
Function
command_to_name
crawl-ref/source/macro.cc:2162–2165 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
2160
}
2161
2162
string command_to_name(command_type cmd)
2163
{
2164
return lookup(_cmds_to_names, cmd,
"CMD_NO_CMD"
);
2165
}
2166
2167
command_type key_to_command(int key, KeymapContext context)
2168
{
Callers
4
key_to_command
Function · 0.85
bind_command_to_key
Function · 0.85
get_command_description
Function · 0.85
dump
Method · 0.85
Calls
1
lookup
Function · 0.85
Tested by
no test coverage detected