MCPcopy Create free account
hub / github.com/CppCXY/EmmyLuaCodeStyle / GetTarget

Method GetTarget

Util/src/CommandLine.cpp:40–42  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

38}
39
40std::string_view CommandLine::GetTarget() const noexcept {
41 return _currentTarget;
42}
43
44std::string_view CommandLine::GetArg(int index) const noexcept {
45 if (static_cast<std::size_t>(index) < _argvs.size()) {

Callers 1

mainFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected