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

Function dig_now

plugins/dig-now.cpp:1039–1045  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1037}
1038
1039command_result dig_now(color_ostream &out, std::vector<std::string> &params) {
1040 dig_now_options options;
1041 if (!get_options(out, options, params) || options.help)
1042 return CR_WRONG_USAGE;
1043
1044 return dig_now_impl(out, options) ? CR_OK : CR_FAILURE;
1045}
1046
1047DFhackCExport command_result plugin_init(color_ostream &,
1048 std::vector<PluginCommand> &commands) {

Callers

nothing calls this directly

Calls 2

get_optionsFunction · 0.85
dig_now_implFunction · 0.85

Tested by

no test coverage detected