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

Function process_command_on_record

crawl-ref/source/macro.cc:758–765  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

756}
757
758void process_command_on_record(command_type cmd)
759{
760 const int key = command_to_key(cmd);
761 if (key != '\0')
762 for (key_recorder *recorder : recorders)
763 recorder->add_key(key);
764 process_command(cmd);
765}
766
767static void write_map(FILE *f, const macromap &mp, const char *key)
768{

Callers 2

crawl_process_keysFunction · 0.85
crawl_do_commandsFunction · 0.85

Calls 3

command_to_keyFunction · 0.85
add_keyMethod · 0.80
process_commandFunction · 0.70

Tested by

no test coverage detected