| 149 | bool ExecutableManager::Empty() const { return this->data.empty(); } |
| 150 | |
| 151 | std::size_t ExecutableManager::Size() const { return this->data.size(); } |
| 152 | |
| 153 | bool ExecutableManager::Load(const QJsonObject& json_root_object, ConfiguratorMode configurator_mode) { |
| 154 | (void)configurator_mode; |
nothing calls this directly
no outgoing calls
no test coverage detected