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

Method close

src/fileaccess.cpp:997–1005  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

995}
996
997void FileAccess::close()
998{
999 if(m_localCopy.isEmpty() && realFile != nullptr)
1000 {
1001 realFile->close();
1002 }
1003
1004 tmpFile->close();
1005}
1006
1007bool FileAccess::createLocalCopy()
1008{

Callers 14

writeActualAlignmentFileFunction · 0.80
writeFileMethod · 0.80
createLocalCopyMethod · 0.80
createTempFileMethod · 0.80
slotGoToLineMethod · 0.80
fastFileComparisonMethod · 0.80
liveTestMethod · 0.80
initTestCaseMethod · 0.80
testReadMethod · 0.80
testEOLStyleMethod · 0.80
trailingEOLTestMethod · 0.80

Calls 1

isEmptyMethod · 0.45

Tested by 9

writeActualAlignmentFileFunction · 0.64
liveTestMethod · 0.64
initTestCaseMethod · 0.64
testReadMethod · 0.64
testEOLStyleMethod · 0.64
trailingEOLTestMethod · 0.64
initTestCaseMethod · 0.64