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

Method endSimOp

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

Source from the content-addressed store, hash-verified

140 inline void startSimOp() { m_bSimOpComplete = false; }
141 [[nodiscard]] inline bool isSimOpRunning() const { return !m_bOperationComplete; }
142 inline void endSimOp() { m_bSimOpComplete = true; }
143
144 inline void startOperation() { m_bOperationComplete = false; };
145 [[nodiscard]] inline bool isOperationRunning() const { return !m_bOperationComplete; }

Callers 1

mergeContinueMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected