| 43 | using namespace StacUtils; |
| 44 | |
| 45 | ItemCollection::ItemCollection(const NL::json& json, |
| 46 | const std::string& icPath, |
| 47 | const connector::Connector& connector, |
| 48 | bool validate): |
| 49 | m_json(json), m_path(icPath), m_connector(connector), |
| 50 | m_validate(validate) |
| 51 | {} |
| 52 | |
| 53 | |
| 54 | ItemCollection::~ItemCollection() |
nothing calls this directly
no outgoing calls
no test coverage detected