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

Function _command_to_string

crawl-ref/source/menu.cc:1355–1358  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1353}
1354
1355static string _command_to_string(command_type cmd)
1356{
1357 return replace_all(command_to_string(cmd), "<", "<<");
1358}
1359
1360// standardized formatting for this
1361string pad_more_with_esc(const string &s)

Callers 1

menu_keyhelp_cmdFunction · 0.85

Calls 2

replace_allFunction · 0.85
command_to_stringFunction · 0.85

Tested by

no test coverage detected