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

Method hasDir

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

Source from the content-addressed store, hash-verified

78 [[nodiscard]] bool isDirB() const { return m_pFileInfoB != nullptr ? m_pFileInfoB->isDir() : false; }
79 [[nodiscard]] bool isDirC() const { return m_pFileInfoC != nullptr ? m_pFileInfoC->isDir() : false; }
80 [[nodiscard]] bool hasDir() const { return isDirA() || isDirB() || isDirC(); }
81
82 [[nodiscard]] bool isLinkA() const { return m_pFileInfoA != nullptr ? m_pFileInfoA->isSymLink() : false; }
83 [[nodiscard]] bool isLinkB() const { return m_pFileInfoB != nullptr ? m_pFileInfoB->isSymLink() : false; }

Callers 5

dataMethod · 0.80
calcDirStatusMethod · 0.80
compareCurrentFileMethod · 0.80
isFileSelectedMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected