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

Method GetUnsortedModes

library/cpp/getopt/small/modchooser.h:140–146  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

138 };
139
140 TVector<const TMode*> GetUnsortedModes() const {
141 auto ret = TVector<const TMode*>(Reserve(UnsortedModes.size()));
142 for (auto& mode : UnsortedModes) {
143 ret.push_back(mode.Get());
144 }
145 return ret;
146 }
147
148 TVersionHandlerPtr GetVersionHandler() const;
149

Callers 1

Calls 4

ReserveFunction · 0.85
sizeMethod · 0.45
push_backMethod · 0.45
GetMethod · 0.45

Tested by

no test coverage detected