| 224 | Y_ASSERT(MR); |
| 225 | } |
| 226 | ui32 GetLKey() const { |
| 227 | static_assert(sizeof(ui32) == sizeof(MR->lkey), "expect sizeof(ui32) == sizeof(MR->lkey)"); |
| 228 | return MR->lkey; |
| 229 | } |
| 230 | ui32 GetRKey() const { |
| 231 | static_assert(sizeof(ui32) == sizeof(MR->lkey), "expect sizeof(ui32) == sizeof(MR->lkey)"); |
| 232 | return MR->lkey; |
no outgoing calls
no test coverage detected