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

Method Add

library/cpp/http/io/stream.cpp:65–67  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

63
64 template <class S>
65 inline S* Add(S* t) noexcept {
66 return (S*)AddImpl((T*)t);
67 }
68
69 template <class Functor>
70 inline void ForEach(Functor& f) {

Callers 2

BuildInputChainMethod · 0.45
RebuildStreamMethod · 0.45

Calls 1

AddImplFunction · 0.85

Tested by

no test coverage detected