Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
MutuallyExclusiveHandler
Function · 0.80
Calls
3
FindLongOption
Method · 0.80
FindCharOption
Method · 0.80
contains
Method · 0.45
Tested by
no test coverage detected