MCPcopy Create free account
hub / github.com/bfgroup/Lyra / validate

Method validate

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

Source from the content-addressed store, hash-verified

161 bool is_optional() const { return cardinality().is_optional(); }
162 virtual bool is_group() const { return false; }
163 virtual result validate() const { return result::ok(); }
164 virtual std::unique_ptr<parser> clone() const { return nullptr; }
165 virtual bool is_named(const std::string & n) const
166 {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected