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

Function DoMain

tools/triecompiler/lib/main.cpp:393–398  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

391
392template <class TRecord, class TPacker>
393static int DoMain(const TOptions& o, const TPacker& packer) {
394 int retcode = SelectInput<TRecord>(o, packer);
395 if (!retcode && o.Verify && !o.Triefile.empty())
396 retcode = VerifyFile<TRecord>(o, packer);
397 return retcode;
398}
399
400// TRecord - nested template parameter
401template<class TValue,

Callers

nothing calls this directly

Calls 1

emptyMethod · 0.45

Tested by

no test coverage detected