MCPcopy Create free account
hub / github.com/ParAlg/gbbs / commandLine

Method commandLine

gbbs/parse_command_line.cc:4–5  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2
3namespace gbbs {
4commandLine::commandLine(int _c, char** _v, std::string _cl)
5 : argc(_c), argv(_v), comLine(std::move(_cl)) {}
6
7commandLine::commandLine(int _c, char** _v)
8 : argc(_c), argv(_v), comLine("bad arguments") {}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected