Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/EmmyLua/EmmyLuaDebugger
/ AddTarget
Method
AddTarget
emmy_tool/src/command_line.cpp:3–5 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1
#include
"command_line.h"
2
3
void CommandLine::AddTarget(const std::string &name, bool isParse) {
4
_targets.insert({name, isParse});
5
}
6
7
std::string CommandLine::GetTarget() const noexcept {
8
return _currentTarget;
Callers
1
main
Function · 0.80
Calls
1
insert
Method · 0.80
Tested by
no test coverage detected