Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/decoder-it/ADCSCoercePotato
/ AddRef
Method
AddRef
IStorageTrigger.cpp:220–223 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
218
219
220
ULONG IStorageTrigger::AddRef() {
221
m_cRef++;
222
return m_cRef;
223
}
224
225
ULONG IStorageTrigger::Release() {
226
// Decrement the object's internal counter.
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected