Returns the object optional Name. */
| 145 | |
| 146 | /** Returns the object optional Name. */ |
| 147 | std::optional<std::string> name() const { |
| 148 | return name_; |
| 149 | } |
| 150 | |
| 151 | /** Compares configs for equality. */ |
| 152 | bool operator==(const Object& rhs) const { |
no outgoing calls
no test coverage detected