MCPcopy Create free account
hub / github.com/KuhakuPixel/AceTheGame / info_operator_cmd_handler

Function info_operator_cmd_handler

ACE/engine/src/main_cmd_handler.cpp:148–154  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

146 }
147}
148void info_operator_cmd_handler() {
149 for (auto it = Scan_Utils::filter_str_to_E_operator_type_map.begin();
150 it != Scan_Utils::filter_str_to_E_operator_type_map.end(); it++) {
151 std::string operand_symbol = it->first;
152 frontend_print("%s\n", operand_symbol.c_str());
153 }
154}

Callers 1

main_cmd_createFunction · 0.85

Calls 1

frontend_printFunction · 0.85

Tested by

no test coverage detected