MCPcopy Create free account
hub / github.com/CodingGay/BlackDex / cardinality

Method cardinality

Bcore/src/main/cpp/Dobby/tests/catch.hpp:5811–5813  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

5809 }
5810 virtual auto parse(std::string const &exeName, TokenStream const &tokens) const -> InternalParseResult = 0;
5811 virtual auto cardinality() const -> size_t {
5812 return 1;
5813 }
5814
5815 auto parse(Args const &args) const -> InternalParseResult {
5816 return parse(args.exeName(), TokenStream(args));

Callers 2

writeToStreamMethod · 0.45
parseMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected