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

Method hasFineDiffCA

src/diff.h:281–281  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

279 [[nodiscard]] inline bool hasFineDiffAB() const { return pFineAB != nullptr; }
280 [[nodiscard]] inline bool hasFineDiffBC() const { return pFineBC != nullptr; }
281 [[nodiscard]] inline bool hasFineDiffCA() const { return pFineCA != nullptr; }
282
283 [[nodiscard]] inline LineType getLineIndex(e_SrcSelector src) const
284 {

Callers 1

mergeOneLineMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected