MCPcopy Create free account
hub / github.com/catboost/catboost / Get

Method Get

util/system/tls.cpp:249–251  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

247TKey::~TKey() = default;
248
249void* TKey::Get() const {
250 return Impl_->Get();
251}
252
253void TKey::Set(void* ptr) const {
254 Impl_->Set(ptr);

Callers 15

mainFunction · 0.45
TEnumParserMethod · 0.45
mainFunction · 0.45
UnpackArchiveFunction · 0.45
ListArchiveMd5Function · 0.45
mainFunction · 0.45
mainFunction · 0.45
MakeCycleFunction · 0.45
MakeGraphFunction · 0.45
CopyConstructFunction · 0.45
ConstructFromMapFunction · 0.45
ReadFromFileFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected