Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/alliedmodders/sourcemod
/ AddRef
Method
AddRef
core/logic/ShareSys.cpp:410–412 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
408
{}
409
410
void AddRef() override {
411
refcount_++;
412
}
413
void Release() override {
414
assert(refcount_ > 0);
415
if (--refcount_ == 0)
Callers
4
CallSuccess
Method · 0.45
RunThinkPart
Method · 0.45
ReadSMC_LeavingSection
Method · 0.45
LoadGameConfigFile
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected