Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/KDE/kdiff3
/ size
Method
size
src/fileaccess.cpp:657–663 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
655
}
656
657
qint64 FileAccess::size() const
658
{
659
if(!isLocal())
660
return m_size;
661
else
662
return m_fileInfo.size();
663
}
664
665
const QUrl& FileAccess::url() const
666
{
Callers
15
save_history
Method · 0.45
QueryContextMenu
Method · 0.45
InvokeCommand
Method · 0.45
GetCommandString
Method · 0.45
loadData
Method · 0.45
sizeForReading
Method · 0.45
slotGetData
Method · 0.45
slotPutData
Method · 0.45
setInformationImp
Method · 0.45
recalc
Method · 0.45
initPixmaps
Function · 0.45
calcHistorySortKey
Function · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected