| 19 | EnvironmentIdentifier::EnvironmentIdentifier(const std::string& name) : m_name(name) {} |
| 20 | |
| 21 | OptionalEnvironmentType EnvironmentIdentifier::type() const { |
| 22 | return m_type; |
| 23 | } |
| 24 | |
| 25 | OptionalString EnvironmentIdentifier::name() const { |
| 26 | return m_name; |
no outgoing calls
no test coverage detected