Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/KDE/kdiff3
/ AddRef
Method
AddRef
diff_ext_for_kdiff3/diff_ext.cpp:67–70 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
65
66
STDMETHODIMP_(ULONG)
67
DIFF_EXT::AddRef()
68
{
69
return InterlockedIncrement((LPLONG)&_ref_count);
70
}
71
72
STDMETHODIMP_(ULONG)
73
DIFF_EXT::Release()
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected