Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
307
int EmmyTool::ReceiveLog() {
308
auto pid = _cmd.Get<DWORD>(
"p"
);
309
::ReceiveLog(pid);
310
return 0;
311
}
Callers
1
main
Function · 0.80
Calls
1
ReceiveLog
Function · 0.85
Tested by
no test coverage detected