| 71 | } |
| 72 | |
| 73 | ItemDescriptor ItemDescriptor::applyParameters(JsonObject const& parameters) const { |
| 74 | return ItemDescriptor(name(), this->count(), this->parameters().setAll(parameters)); |
| 75 | } |
| 76 | |
| 77 | bool ItemDescriptor::isNull() const { |
| 78 | return m_name.empty(); |
no test coverage detected