Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/catboost/catboost
/ Release
Method
Release
util/system/rwlock.h:34–36 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
32
}
33
34
static inline void Release(T* t) noexcept {
35
t->ReleaseRead();
36
}
37
};
38
39
template <class T>
Callers
nothing calls this directly
Calls
1
ReleaseRead
Method · 0.80
Tested by
no test coverage detected