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

Method Insert

library/cpp/containers/intrusive_rb_tree/rb_tree.h:284–286  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

282 }
283
284 inline TIterator Insert(TValue* val) {
285 return Insert(*val);
286 }
287
288 inline TIterator Insert(TValue& val) {
289 val.UnLink();

Callers 10

RegisterMethod · 0.45
TestStressMethod · 0.45
TestFindMethod · 0.45
TestInsertMethod · 0.45
TestEraseMethod · 0.45
LLVMFuzzerTestOneInputFunction · 0.45

Calls 1

UnLinkMethod · 0.80

Tested by 8

TestStressMethod · 0.36
TestFindMethod · 0.36
TestInsertMethod · 0.36
TestEraseMethod · 0.36