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

Method startSimOp

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

Source from the content-addressed store, hash-verified

138
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

Callers 1

mergeContinueMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected