MCPcopy 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
3void CommandLine::AddTarget(const std::string &name, bool isParse) {
4 _targets.insert({name, isParse});
5}
6
7std::string CommandLine::GetTarget() const noexcept {
8 return _currentTarget;

Callers 1

mainFunction · 0.80

Calls 1

insertMethod · 0.80

Tested by

no test coverage detected