Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/catboost/catboost
/ TSetSerializerInserterBase
Method
TSetSerializerInserterBase
util/ysaveload.h:464–468 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
462
class TSetSerializerInserterBase {
463
public:
464
inline TSetSerializerInserterBase(TSetOrMap& s)
465
: S_(s)
466
{
467
S_.clear();
468
}
469
470
inline void Insert(const TValue& v) {
471
S_.insert(v);
Callers
nothing calls this directly
Calls
1
clear
Method · 0.45
Tested by
no test coverage detected