Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
DecRef
Method · 0.45
Tested by
no test coverage detected