Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/KDE/kdiff3
/ isFile
Method
isFile
src/fileaccess.cpp:624–630 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
622
}
623
624
bool FileAccess::isFile() const
625
{
626
if(!isLocal())
627
return m_bFile;
628
else
629
return m_fileInfo.isFile();
630
}
631
632
bool FileAccess::isDir() const
633
{
Callers
3
loadData
Method · 0.45
filterList
Method · 0.45
improveFilenames
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected