Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/OpenSteam001/OpenSteamTool
/ DebugString
Method
DebugString
src/Pipe/PipeTypes.h:52–54 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
50
}
51
52
std::string DebugString() const {
53
return std::format(
"pid={} pipe=0x{:08X}"
, pid, pipe);
54
}
55
};
56
57
// Container companion for unordered pipe maps; PipeKey owns the meaning.
Callers
4
ReadSteamEnvironment
Function · 0.45
InspectProcess
Function · 0.45
TryReuseCachedProcess
Function · 0.45
OnHandshake
Function · 0.45
Calls
no outgoing calls
Tested by
2
ReadSteamEnvironment
Function · 0.36
InspectProcess
Function · 0.36