Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
7
std::string CommandLine::GetTarget() const noexcept {
8
return _currentTarget;
9
}
10
11
std::string CommandLine::GetArg(int index) const noexcept {
12
if (static_cast<std::size_t>(index) < _argvs.size()) {
Callers
1
main
Function · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected