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

Method IsRequired

library/cpp/getopt/small/last_getopt_opt.h:328–330  ·  view source on GitHub ↗

* @return true if the option is required */

Source from the content-addressed store, hash-verified

326 * @return true if the option is required
327 */
328 bool IsRequired() const {
329 return Required_;
330 }
331
332 /**
333 * sets the option to be hidden (invisible in help)

Callers 2

FinishMethod · 0.45
PrintUsageMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected