Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
40
std::string_view CommandLine::GetTarget() const noexcept {
41
return _currentTarget;
42
}
43
44
std::string_view CommandLine::GetArg(int index) const noexcept {
45
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