Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/DFHack/dfhack
/ designate
Method
designate
plugins/logistics.cpp:264–267 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
262
}
263
264
bool designate(color_ostream &out, df::item *item) override {
265
Items::markForMelting(item);
266
return true;
267
}
268
269
private:
270
const bool melt_masterworks;
Callers
1
scan_item
Function · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected