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

Function GetPlantRaws

plugins/remotefortressreader/remotefortressreader.cpp:2807–2811  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2805}
2806
2807static command_result GetPlantRaws(color_ostream &stream, const EmptyMessage *in, PlantRawList *out)
2808{
2809 GetPartialPlantRaws(stream, nullptr, out);
2810 return CR_OK;
2811}
2812
2813static command_result GetPartialPlantRaws(color_ostream &stream, const ListRequest *in, PlantRawList *out)
2814{

Callers

nothing calls this directly

Calls 1

GetPartialPlantRawsFunction · 0.85

Tested by

no test coverage detected