| 2805 | } |
| 2806 | |
| 2807 | static command_result GetPlantRaws(color_ostream &stream, const EmptyMessage *in, PlantRawList *out) |
| 2808 | { |
| 2809 | GetPartialPlantRaws(stream, nullptr, out); |
| 2810 | return CR_OK; |
| 2811 | } |
| 2812 | |
| 2813 | static command_result GetPartialPlantRaws(color_ostream &stream, const ListRequest *in, PlantRawList *out) |
| 2814 | { |
nothing calls this directly
no test coverage detected