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

Function GetPipe

src/Hook/Hooks_IPC.cpp:15–17  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

13 RESOLVE_FUNC(GetPipeClient, CPipeClient*, void* pEngine, HSteamPipe hSteamPipe);
14
15 static CPipeClient* GetPipe(void* pServer, HSteamPipe hSteamPipe) {
16 return oGetPipeClient ? oGetPipeClient(pServer, hSteamPipe) : nullptr;
17 }
18
19 // Handler dispatch table
20 struct ResolvedHandler {

Callers 2

ResolveDispatchFunction · 0.85
HandleHandshakeFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected