| 1024 | } |
| 1025 | |
| 1026 | OSArgument::OSArgument() : m_uuid(createUUID()), m_versionUUID(createUUID()) {} |
| 1027 | |
| 1028 | OSArgument::OSArgument(const std::string& name, const OSArgumentType& type, bool required, bool modelDependent) |
| 1029 | : m_uuid(createUUID()), |
nothing calls this directly
no test coverage detected