Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/cxasm/notepad--
/ Terminate
Method
Terminate
src/dectfilechanges.cpp:52–56 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
50
51
52
void DectFileChanges::Terminate()
53
{
54
_szFile = NULL;
55
_dwNotifyFilter = 0;
56
}
57
quint64 DectFileChanges::getFileSize(WIN32_FILE_ATTRIBUTE_DATA& data)
58
{
59
quint64 fileSize = data.nFileSizeHigh;
Callers
1
tailfile
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected