| 161 | |
| 162 | inline void setHandle(S32 handleId) { mHandle = handleId; } |
| 163 | inline S32 getHandle() const { return mHandle; } |
| 164 | inline U32 getHash() const { return mHandle; } |
| 165 | |
| 166 | bool operator==(const NetSocket &other) const { return mHandle == other.mHandle; } |
no outgoing calls
no test coverage detected