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

Method IsExplicit

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

true if this option was actually specified by the user

Source from the content-addressed store, hash-verified

136
137 // true if this option was actually specified by the user
138 bool IsExplicit() const {
139 return nullptr == CurrentOpt_ || !OptsSeen_.empty();
140 }
141
142 bool CurrentIs(const TString& name) const {
143 return CurOpt()->NameIs(name);

Callers 1

Calls 1

emptyMethod · 0.45

Tested by

no test coverage detected