MCPcopy Create free account
hub / github.com/DFHack/dfhack / show

Method show

library/Commands.cpp:448–456  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

446 }
447
448 command_result Commands::show(color_ostream& con, Core& core, const std::string& first, const std::vector<std::string>& parts)
449 {
450 if (!core.getConsole().show())
451 {
452 con.printerr("Could not show console\n");
453 return CR_FAILURE;
454 }
455 return CR_OK;
456 }
457
458 command_result Commands::hide(color_ostream& con, Core& core, const std::string& first, const std::vector<std::string>& parts)
459 {

Callers 1

run_dfhack_initFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected