| 216 | Y_ASSERT(MR); |
| 217 | } |
| 218 | ui32 GetLKey() const { |
| 219 | static_assert(sizeof(ui32) == sizeof(MR->lkey), "expect sizeof(ui32) == sizeof(MR->lkey)"); |
| 220 | return MR->lkey; |
| 221 | } |
| 222 | ui32 GetRKey() const { |
| 223 | static_assert(sizeof(ui32) == sizeof(MR->lkey), "expect sizeof(ui32) == sizeof(MR->lkey)"); |
| 224 | return MR->lkey; |
no outgoing calls
no test coverage detected