MCPcopy Create free account
hub / github.com/OpenVPN/openvpn3-linux / GetOptionsList

Method GetOptionsList

src/common/cmdargparser.cpp:693–701  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

691
692
693std::string SingleCommand::GetOptionsList()
694{
695 std::stringstream r;
696 for (auto const &opt : options)
697 {
698 r << opt->get_option_list_prefixed() << " ";
699 }
700 return r.str();
701}
702
703
704std::string SingleCommand::CallArgumentHelper(const std::string &option_name)

Callers 1

list_optionsMethod · 0.80

Calls 2

strMethod · 0.45

Tested by

no test coverage detected