Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
632
bool FileAccess::isDir() const
633
{
634
if(!isLocal())
635
return m_bDir;
636
else
637
return m_fileInfo.isDir();
638
}
639
640
bool FileAccess::isSymLink() const
641
{
Callers
14
loadData
Method · 0.45
filterList
Method · 0.45
listDir
Method · 0.45
isDirA
Method · 0.45
isDirB
Method · 0.45
isDirC
Method · 0.45
KDiff3App
Method · 0.45
completeInit
Method · 0.45
readAndPreprocess
Method · 0.45
slotFileOpen
Method · 0.45
slotFileOpen2
Method · 0.45
doDirectoryCompare
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected