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

Method Get

library/cpp/neh/netliba.cpp:87–89  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

85
86 public:
87 TInstant::TValue Get(size_t idAddr) {
88 return Tm_.Get(idAddr).Val.load(std::memory_order_acquire);
89 }
90
91 void Set(size_t idAddr) {
92 Tm_.Get(idAddr).Val.store(TInstant::Now().GetValue(), std::memory_order_release);

Callers 5

SetMethod · 0.45
OnSendMethod · 0.45
TClientThreadMethod · 0.45
ScheduleMethod · 0.45
TRequesterMethod · 0.45

Calls 1

loadMethod · 0.45

Tested by

no test coverage detected