Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
640
bool FileAccess::isSymLink() const
641
{
642
if(!isLocal())
643
return m_bSymLink;
644
else
645
return m_fileInfo.isSymLink();
646
}
647
648
bool FileAccess::exists() const
649
{
Callers
10
loadData
Method · 0.45
setFromUdsEntry
Method · 0.45
listDir
Method · 0.45
isLinkA
Method · 0.45
isLinkB
Method · 0.45
isLinkC
Method · 0.45
fastFileComparison
Method · 0.45
deleteFLD
Method · 0.45
copyFLD
Method · 0.45
addListViewItem
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected