Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/KDE/kdiff3
/ isHidden
Method
isHidden
src/fileaccess.cpp:706–712 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
704
}
705
706
bool FileAccess::isHidden() const
707
{
708
if(!(isLocal()))
709
return m_bHidden;
710
else
711
return m_fileInfo.isHidden();
712
}
713
714
const QString& FileAccess::readLink() const
715
{
Callers
1
loadData
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected