MCPcopy 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
624bool FileAccess::isFile() const
625{
626 if(!isLocal())
627 return m_bFile;
628 else
629 return m_fileInfo.isFile();
630}
631
632bool FileAccess::isDir() const
633{

Callers 3

loadDataMethod · 0.45
filterListMethod · 0.45
improveFilenamesMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected