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

Method DecRef

util/ysafeptr.h:184–186  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

182 pObj->AddRef();
183 }
184 void DecRef(IObjectBase* pObj) {
185 pObj->DecRef();
186 }
187 void Release(IObjectBase* pObj) {
188 pObj->ReleaseRef();
189 }

Callers

nothing calls this directly

Calls 1

DecRefMethod · 0.45

Tested by

no test coverage detected