Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/catboost/catboost
/ DecRef
Method
DecRef
util/ysafeptr.h:272–277 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
270
}
271
}
272
void DecRef(TUserObj* _ptr) {
273
TRef p;
274
if (_ptr) {
275
p.DecRef(CastToObjectBase(_ptr));
276
}
277
}
278
void Release(TUserObj* _ptr) {
279
TRef p;
280
if (_ptr) {
Callers
1
DecRef
Method · 0.45
Calls
1
CastToObjectBase
Function · 0.85
Tested by
no test coverage detected