Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/catboost/catboost
/ Insert
Method
Insert
util/ysaveload.h:470–472 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
468
}
469
470
inline void Insert(const TValue& v) {
471
S_.insert(v);
472
}
473
474
protected:
475
TSetOrMap& S_;
Callers
1
Load
Method · 0.45
Calls
1
insert
Method · 0.45
Tested by
no test coverage detected