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

Method GetRKey

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

Source from the content-addressed store, hash-verified

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 }

Callers 4

CreateDataSyncQPsMethod · 0.45
RunBWTestMethod · 0.45
ParsePacketMethod · 0.45
GetBlocksMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected