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

Method parse_positional

Source/Utils/cxxopts.hpp:2253–2258  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2251}
2252
2253inline
2254void
2255Options::parse_positional(std::string option)
2256{
2257 parse_positional(std::vector<std::string>{std::move(option)});
2258}
2259
2260inline
2261void

Callers

nothing calls this directly

Calls 3

insertMethod · 0.80
beginMethod · 0.45
endMethod · 0.45

Tested by

no test coverage detected