MCPcopy Create free account
hub / github.com/ObEngine/ObEngine / cardinality

Method cardinality

extlibs/catch/include/catch/catch.hpp:8911–8911  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

8909 virtual auto validate() const -> Result { return Result::ok(); }
8910 virtual auto parse( std::string const& exeName, TokenStream const &tokens) const -> InternalParseResult = 0;
8911 virtual auto cardinality() const -> size_t { return 1; }
8912
8913 auto parse( Args const &args ) const -> InternalParseResult {
8914 return parse( args.exeName(), TokenStream( args ) );

Callers 2

writeToStreamMethod · 0.45
parseMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected