| 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 { |
no outgoing calls
no test coverage detected