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

Function digvx

plugins/dig.cpp:1418–1424  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1416}
1417
1418command_result digvx (color_ostream &out, vector <string> & parameters)
1419{
1420 vector <string> lol;
1421 lol.push_back("x");
1422 lol.push_back(forward_priority(out, parameters));
1423 return digv(out,lol);
1424}
1425
1426command_result digv (color_ostream &out, vector <string> & parameters)
1427{

Callers

nothing calls this directly

Calls 2

forward_priorityFunction · 0.85
digvFunction · 0.85

Tested by

no test coverage detected