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

Method isSimOpRunning

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

Source from the content-addressed store, hash-verified

139 void updateDirectoryOrLink();
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; };

Callers 1

mergeContinueMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected