Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/catboost/catboost
/ Update
Method
Update
library/cpp/cache/cache.h:623–625 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
621
}
622
623
void Update(const TKey& key, const TValue& value) {
624
UpdateImpl(key, value);
625
}
626
void Update(const TKey& key, TValue&& value) {
627
UpdateImpl(key, std::move(value));
628
}
Callers
15
Y_UNIT_TEST
Function · 0.45
Test2A
Method · 0.45
Y_UNIT_TEST
Function · 0.45
Y_UNIT_TEST
Function · 0.45
DoWrite
Method · 0.45
Data
Method · 0.45
Stream
Method · 0.45
CalcRaw
Method · 0.45
CalcHalfMix
Method · 0.45
HashTail
Method · 0.45
ComputeHash
Method · 0.45
NaiveHash
Function · 0.45
Calls
1
move
Function · 0.50
Tested by
1
Test2A
Method · 0.36