| 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; |
| 233 | } |
| 234 | char* GetData() { |
| 235 | return MR ? (char*)MR->addr : nullptr; |
| 236 | } |
no outgoing calls
no test coverage detected