Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
997
void FileAccess::close()
998
{
999
if(m_localCopy.isEmpty() && realFile != nullptr)
1000
{
1001
realFile->close();
1002
}
1003
1004
tmpFile->close();
1005
}
1006
1007
bool FileAccess::createLocalCopy()
1008
{
Callers
14
loadExpectedAlignmentFile
Function · 0.80
writeActualAlignmentFile
Function · 0.80
writeFile
Method · 0.80
createLocalCopy
Method · 0.80
createTempFile
Method · 0.80
slotGoToLine
Method · 0.80
fastFileComparison
Method · 0.80
liveTest
Method · 0.80
initTestCase
Method · 0.80
testRead
Method · 0.80
testEOLStyle
Method · 0.80
trailingEOLTest
Method · 0.80
Calls
1
isEmpty
Method · 0.45
Tested by
9
loadExpectedAlignmentFile
Function · 0.64
writeActualAlignmentFile
Function · 0.64
liveTest
Method · 0.64
initTestCase
Method · 0.64
testRead
Method · 0.64
testEOLStyle
Method · 0.64
trailingEOLTest
Method · 0.64
initTestCase
Method · 0.64
testTwoWayDiffLineChanged
Method · 0.64