MCPcopy Create free account
hub / github.com/OpenFodder/openfodder / parse_no_value

Method parse_no_value

Source/Utils/cxxopts.hpp:2156–2162  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2154}
2155
2156inline
2157void
2158OptionParser::parse_no_value(const std::shared_ptr<OptionDetails>& details)
2159{
2160 auto& store = m_parsed[details->hash()];
2161 store.parse_no_value(details);
2162}
2163
2164inline
2165void

Callers

nothing calls this directly

Calls 1

hashMethod · 0.80

Tested by

no test coverage detected