MCPcopy 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

ReadSteamEnvironmentFunction · 0.45
InspectProcessFunction · 0.45
TryReuseCachedProcessFunction · 0.45
OnHandshakeFunction · 0.45

Calls

no outgoing calls

Tested by 2

ReadSteamEnvironmentFunction · 0.36
InspectProcessFunction · 0.36