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