Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/catboost/catboost
/ Set
Method
Set
library/cpp/neh/netliba.cpp:91–93 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
89
}
90
91
void Set(size_t idAddr) {
92
Tm_.Get(idAddr).Val.store(TInstant::Now().GetValue(), std::memory_order_release);
93
}
94
95
static TLastAckTimes& Common() {
96
return *Singleton<TLastAckTimes>();
Callers
nothing calls this directly
Calls
4
Now
Function · 0.50
store
Method · 0.45
Get
Method · 0.45
GetValue
Method · 0.45
Tested by
no test coverage detected