Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/deathkiller/jazz2-native
/ Release
Method
Release
Sources/Shared/IO/WebRequest.cpp:41–45 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
39
++_count;
40
}
41
void Release() {
42
if (--_count == 0) {
43
delete this;
44
}
45
}
46
47
protected:
48
virtual ~IRefCounted() = default;
Callers
3
~ComPtr
Method · 0.45
reset
Method · 0.45
ComPtr
Class · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected