MCPcopy Create free account
hub / github.com/catboost/catboost / GetLKey

Method GetLKey

library/cpp/netliba/v6/ib_low.h:218–221  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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;

Callers 3

GetBlocksMethod · 0.45
PostReceiveMethod · 0.45
FillSendAttrsMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected