Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/catboost/catboost
/ Release
Method
Release
util/system/rwlock.h:52–54 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
50
}
51
52
static inline void Release(T* t) noexcept {
53
t->ReleaseWrite();
54
}
55
};
56
57
template <class T>
Callers
nothing calls this directly
Calls
1
ReleaseWrite
Method · 0.80
Tested by
no test coverage detected