MCPcopy Create free account
hub / github.com/EmmyLua/EmmyLuaDebugger / GetTarget

Method GetTarget

emmy_tool/src/command_line.cpp:7–9  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

5}
6
7std::string CommandLine::GetTarget() const noexcept {
8 return _currentTarget;
9}
10
11std::string CommandLine::GetArg(int index) const noexcept {
12 if (static_cast<std::size_t>(index) < _argvs.size()) {

Callers 1

mainFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected