| 122 | } |
| 123 | |
| 124 | static df::building_stockpilest* find_stockpile(int32_t stockpile_number) { |
| 125 | return binsearch_in_vector(world->buildings.other.STOCKPILE, |
| 126 | &df::building_stockpilest::stockpile_number, stockpile_number); |
| 127 | } |
| 128 | |
| 129 | static void validate_stockpile_configs(color_ostream& out, |
| 130 | unordered_map<df::building_stockpilest *, PersistentDataItem> &cache) { |
no test coverage detected