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

Method GetArg

emmy_tool/src/command_line.cpp:11–17  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

9}
10
11std::string CommandLine::GetArg(int index) const noexcept {
12 if (static_cast<std::size_t>(index) < _argvs.size()) {
13 return _argvs[index];
14 } else {
15 return "";
16 }
17}
18
19bool CommandLine::Parse(int argc, char **argv) {
20 if (argc < 2) {

Callers 2

ArchFileMethod · 0.80
ArchPidMethod · 0.80

Calls 1

sizeMethod · 0.80

Tested by

no test coverage detected