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

Method isDir

src/fileaccess.cpp:632–638  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

630}
631
632bool FileAccess::isDir() const
633{
634 if(!isLocal())
635 return m_bDir;
636 else
637 return m_fileInfo.isDir();
638}
639
640bool FileAccess::isSymLink() const
641{

Callers 14

loadDataMethod · 0.45
filterListMethod · 0.45
listDirMethod · 0.45
isDirAMethod · 0.45
isDirBMethod · 0.45
isDirCMethod · 0.45
KDiff3AppMethod · 0.45
completeInitMethod · 0.45
readAndPreprocessMethod · 0.45
slotFileOpenMethod · 0.45
slotFileOpen2Method · 0.45
doDirectoryCompareMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected