| 159 | } |
| 160 | |
| 161 | bool MaterialInfo::find(const std::string& token) |
| 162 | { |
| 163 | std::vector<std::string> items; |
| 164 | split_string(&items, token, ":"); |
| 165 | return find(items); |
| 166 | } |
| 167 | |
| 168 | bool MaterialInfo::find(const std::vector<std::string>& items) |
| 169 | { |
nothing calls this directly
no test coverage detected