MCPcopy 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
706bool FileAccess::isHidden() const
707{
708 if(!(isLocal()))
709 return m_bHidden;
710 else
711 return m_fileInfo.isHidden();
712}
713
714const QString& FileAccess::readLink() const
715{

Callers 1

loadDataMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected