Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/deathkiller/jazz2-native
/ AddRef
Method
AddRef
Sources/Shared/IO/WebRequest.cpp:38–40 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
36
}
37
38
void AddRef() {
39
++_count;
40
}
41
void Release() {
42
if (--_count == 0) {
43
delete this;
Callers
5
FromOwned
Function · 0.45
ReportDataReceived
Method · 0.45
ComPtr
Method · 0.45
reset
Method · 0.45
as
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected