MCPcopy 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

FinishMethod · 0.80
PrintUsageMethod · 0.80
DefValMethod · 0.80
CurValOrDefMethod · 0.80

Calls 1

DefinedMethod · 0.45

Tested by

no test coverage detected