Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/OpenSteam001/OpenSteamTool
/ QueryProcessImagePath
Function
QueryProcessImagePath
src/Pipe/ProcessInspector.cpp:44–46 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
42
}
43
44
std::optional<std::string> QueryProcessImagePath(PID_t pid) {
45
return OSTPlatform::Process::GetImagePath(pid);
46
}
47
48
} // namespace
49
Callers
1
InspectProcess
Function · 0.85
Calls
1
GetImagePath
Function · 0.85
Tested by
no test coverage detected