MCPcopy Create free account
hub / github.com/bfgroup/Lyra / ~parser

Method ~parser

include/lyra/parser.hpp:158–158  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

156 }
157
158 virtual ~parser() = default;
159
160 virtual detail::parser_cardinality cardinality() const { return { 0, 1 }; }
161 bool is_optional() const { return cardinality().is_optional(); }

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected