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