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

Method insert

library/cpp/containers/flat_hash/lib/table.h:119–119  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

117 }
118
119 std::pair<iterator, bool> insert(const value_type& value) { return InsertImpl(value); }
120 std::pair<iterator, bool> insert(value_type&& value) { return InsertImpl(std::move(value)); }
121
122 template <class T>

Callers 15

_init_venvFunction · 0.45
__res.pyFile · 0.45
EraseMethod · 0.45
DoSendsMethod · 0.45
InsertMethod · 0.45
InsertToSendingMethod · 0.45
InsertMethod · 0.45
GetConnectionMethod · 0.45
CacheConnectionMethod · 0.45
DoSendsMethod · 0.45
BestSplitFunction · 0.45
SetQuantizationFunction · 0.45

Calls 5

moveFunction · 0.50
insertFunction · 0.50
value_typeFunction · 0.50
beginMethod · 0.45
endMethod · 0.45

Tested by

no test coverage detected