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

Method DebugString

src/Hook/Hooks_IPC.cpp:38–41  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

36 post(entry.post) {}
37
38 std::string DebugString() const {
39 return std::format("{} -> hash=0x{:08X} fencepost=0x{:08X} argc={}",
40 name, funcHash, fencepost, argc);
41 }
42 };
43 std::vector<ResolvedHandler> g_Handlers;
44

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected