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

Method Initialize

library/cpp/getopt/ut/last_getopt_ut.cpp:39–42  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

37 THolder<TOptsParser> Parser_;
38
39 void Initialize() {
40 if (!Parser_)
41 Parser_.Reset(new TOptsParser(&Opts_, (int)Argv_.size(), Argv_.data()));
42 }
43
44 void Accept() {
45 Initialize();

Callers

nothing calls this directly

Calls 3

ResetMethod · 0.45
sizeMethod · 0.45
dataMethod · 0.45

Tested by

no test coverage detected