MCPcopy Create free account
hub / github.com/KDE/kdiff3 / isSymLink

Method isSymLink

src/fileaccess.cpp:640–646  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

638}
639
640bool FileAccess::isSymLink() const
641{
642 if(!isLocal())
643 return m_bSymLink;
644 else
645 return m_fileInfo.isSymLink();
646}
647
648bool FileAccess::exists() const
649{

Callers 10

loadDataMethod · 0.45
setFromUdsEntryMethod · 0.45
listDirMethod · 0.45
isLinkAMethod · 0.45
isLinkBMethod · 0.45
isLinkCMethod · 0.45
fastFileComparisonMethod · 0.45
deleteFLDMethod · 0.45
copyFLDMethod · 0.45
addListViewItemMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected