MCPcopy Create free account
hub / github.com/catboost/catboost / AddRef

Method AddRef

util/ysafeptr.h:181–183  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

179 };
180 struct TRef {
181 void AddRef(IObjectBase* pObj) {
182 pObj->AddRef();
183 }
184 void DecRef(IObjectBase* pObj) {
185 pObj->DecRef();
186 }

Callers

nothing calls this directly

Calls 1

AddRefMethod · 0.45

Tested by

no test coverage detected