MCPcopy Create free account
hub / github.com/Profactor/cv-plot / validate

Method validate

CvPlot/ext/catch2/inc/catch.hpp:9498–9510  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

9496 }
9497
9498 auto validate() const -> Result override {
9499 for( auto const &opt : m_options ) {
9500 auto result = opt.validate();
9501 if( !result )
9502 return result;
9503 }
9504 for( auto const &arg : m_args ) {
9505 auto result = arg.validate();
9506 if( !result )
9507 return result;
9508 }
9509 return Result::ok();
9510 }
9511
9512 using ParserBase::parse;
9513

Callers

nothing calls this directly

Calls 1

validateMethod · 0.45

Tested by

no test coverage detected