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

Method clone

include/lyra/cli.hpp:164–167  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

162 using arguments::get_named;
163
164 std::unique_ptr<parser> clone() const override
165 {
166 return std::unique_ptr<parser>(new cli(*this));
167 }
168
169 protected:
170 mutable exe_name m_exeName;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected