MCPcopy Create free account
hub / github.com/OpenSteam001/OpenSteamTool / DebugString

Method DebugString

src/Pipe/ProcessInspector.h:38–45  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

36 }
37
38 std::string DebugString() const {
39 return std::format(
40 "SteamAppId={} SteamGameId={} SteamOverlayGameId={} resolvedAppId={}",
41 steamAppId.value_or(k_uAppIdInvalid),
42 steamGameIdAppId.value_or(k_uAppIdInvalid),
43 steamOverlayGameIdAppId.value_or(k_uAppIdInvalid),
44 ResolveAppId());
45 }
46 };
47
48 struct ProcessSnapshot {

Callers

nothing calls this directly

Calls 1

ResolveAppIdFunction · 0.85

Tested by

no test coverage detected