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

Method Set

util/system/tls.cpp:253–255  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

251}
252
253void TKey::Set(void* ptr) const {
254 Impl_->Set(ptr);
255}
256
257void TKey::Cleanup() noexcept {
258 TImpl::Cleanup();

Callers 3

Y_UNIT_TESTFunction · 0.45
GetPtrMethod · 0.45
SetMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected