MCPcopy 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

CallSuccessMethod · 0.45
RunThinkPartMethod · 0.45
LoadGameConfigFileMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected