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

Method Seen

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

Source from the content-addressed store, hash-verified

89 bool Next();
90
91 bool Seen(const TOpt* opt) const {
92 return OptsSeen_.contains(opt);
93 }
94
95 bool Seen(TStringBuf name) const {
96 if (auto opt = Opts_->FindLongOption(name)) {

Callers 1

MutuallyExclusiveHandlerFunction · 0.80

Calls 3

FindLongOptionMethod · 0.80
FindCharOptionMethod · 0.80
containsMethod · 0.45

Tested by

no test coverage detected