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

Method GetRKey

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

Source from the content-addressed store, hash-verified

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;
225 }
226 char* GetData() {
227 return MR ? (char*)MR->addr : nullptr;
228 }

Callers 4

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

Calls

no outgoing calls

Tested by

no test coverage detected