MCPcopy 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

InstanceFunction · 0.85
MyStorageMethod · 0.80
SetMethod · 0.45
ValueMethod · 0.45

Tested by

no test coverage detected