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

Method hasFineDiffBC

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

Source from the content-addressed store, hash-verified

278
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

Callers 1

mergeOneLineMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected