MCPcopy 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
657qint64 FileAccess::size() const
658{
659 if(!isLocal())
660 return m_size;
661 else
662 return m_fileInfo.size();
663}
664
665const QUrl& FileAccess::url() const
666{

Callers 15

save_historyMethod · 0.45
QueryContextMenuMethod · 0.45
InvokeCommandMethod · 0.45
GetCommandStringMethod · 0.45
loadDataMethod · 0.45
sizeForReadingMethod · 0.45
slotGetDataMethod · 0.45
slotPutDataMethod · 0.45
setInformationImpMethod · 0.45
recalcMethod · 0.45
initPixmapsFunction · 0.45
calcHistorySortKeyFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected