MCPcopy Create free account
hub / github.com/KDE/kdiff3 / setOpStatus

Method setOpStatus

src/MergeFileInfos.h:124–124  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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; }

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected