| 122 | |
| 123 | [[nodiscard]] inline e_OperationStatus getOpStatus() const { return m_eOpStatus; } |
| 124 | inline void setOpStatus(const e_OperationStatus eOpStatus) { m_eOpStatus = eOpStatus; } |
| 125 | |
| 126 | [[nodiscard]] inline e_Age getAgeA() const { return m_ageA; } |
| 127 | [[nodiscard]] inline e_Age getAgeB() const { return m_ageB; } |
nothing calls this directly
no outgoing calls
no test coverage detected