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

Method GetLKey

library/cpp/netliba/v12/ib_low.h:226–229  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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;

Callers 3

GetBlocksMethod · 0.45
PostReceiveMethod · 0.45
FillSendAttrsMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected