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

Method DebugString

src/Hook/Hooks_IPC.cpp:60–63  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

58 }
59
60 std::string DebugString() const {
61 return std::format("{} {}",pipe ? pipe->DebugString() : "null",
62 handler ? handler->DebugString() : "null");
63 }
64 };
65
66 static IPCDispatch ResolveDispatch(void* pServer,HSteamPipe hSteamPipe,CUtlBuffer* pRead)

Callers 14

EnsureBufferCapacityFunction · 0.45
ResolveDispatchFunction · 0.45
HandleHandshakeFunction · 0.45
RegisterHandlersFunction · 0.45
HandleSendFunction · 0.45
HandleSend_GetUserStatsFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected