Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/cxasm/notepad--
/ getDiffFileSize
Method
getDiffFileSize
src/dectfilechanges.cpp:66–70 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
64
}
65
66
void DectFileChanges::getDiffFileSize(quint64& lastSize, quint64& curSize)
67
{
68
lastSize = m_lastFileSize;
69
curSize = m_curFileSize;
70
}
71
72
#endif
Callers
1
tailfile
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected