MCPcopy 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

InstanceFunction · 0.85
MyStorageMethod · 0.80
GetMethod · 0.45
ValueMethod · 0.45

Tested by

no test coverage detected