Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/catboost/catboost
/ Get
Method
Get
util/system/tls.cpp:170–172 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
168
}
169
170
inline void* Get() const {
171
return TMasterTls::Instance()->MyStorage()->Value(this)->Get();
172
}
173
174
inline void Set(void* val) const {
175
TMasterTls::Instance()->MyStorage()->Value(this)->Set(val);
Callers
nothing calls this directly
Calls
4
Instance
Function · 0.85
MyStorage
Method · 0.80
Get
Method · 0.45
Value
Method · 0.45
Tested by
no test coverage detected