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

Function forward_priority

plugins/dig.cpp:638–641  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

636}
637
638string forward_priority(color_ostream &out, vector<string> &parameters)
639{
640 return string("-p") + int_to_string(parse_priority(out, parameters) / 1000);
641}
642
643command_result digcircle (color_ostream &out, vector <string> & parameters)
644{

Callers 2

digvxFunction · 0.85
diglxFunction · 0.85

Calls 2

int_to_stringFunction · 0.85
parse_priorityFunction · 0.85

Tested by

no test coverage detected