| 2089 | { |
| 2090 | const CUDTSocket* const ps; |
| 2091 | ScopedExitLog(const CUDTSocket* p): ps(p){} |
| 2092 | ~ScopedExitLog() |
| 2093 | { |
| 2094 | if (ps) // Could be not acquired by SocketKeeper, occasionally |
nothing calls this directly
no outgoing calls
no test coverage detected