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

Method Add

util/system/fasttime.cpp:133–135  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

131 }
132
133 inline void Add(const A& a, const B& b) noexcept {
134 Add(TSample(a, b));
135 }
136
137 inline void Add(const TSample& s) noexcept {
138 S_[(C_++) % N] = s;

Callers 2

Y_UNIT_TESTFunction · 0.45
GetBaseMethod · 0.45

Calls 2

AddFunction · 0.50
TSampleClass · 0.50

Tested by

no test coverage detected