Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/catboost/catboost
/ HasDefaultValue
Method
HasDefaultValue
library/cpp/getopt/small/last_getopt_opt.h:278–280 ·
view source on GitHub ↗
* checks if default value is set. */
Source
from the content-addressed store, hash-verified
276
* checks if default value is set.
277
*/
278
bool HasDefaultValue() const {
279
return DefaultValue_.Defined();
280
}
281
282
/**
283
* @return default value
Callers
4
Finish
Method · 0.80
PrintUsage
Method · 0.80
DefVal
Method · 0.80
CurValOrDef
Method · 0.80
Calls
1
Defined
Method · 0.45
Tested by
no test coverage detected