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

Method ReceiveLog

emmy_tool/src/windows/emmy_tool.windows.cpp:307–311  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

305}
306
307int EmmyTool::ReceiveLog() {
308 auto pid = _cmd.Get<DWORD>("p");
309 ::ReceiveLog(pid);
310 return 0;
311}

Callers 1

mainFunction · 0.80

Calls 1

ReceiveLogFunction · 0.85

Tested by

no test coverage detected