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

Method GetAddr

library/cpp/netliba/v6/ib_mem.h:56–58  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

54 return Data;
55 }
56 ui64 GetAddr() {
57 return reinterpret_cast<ui64>(Data) / sizeof(char);
58 }
59 size_t GetSize() {
60 return Size;
61 }

Callers 3

CreateDataSyncQPsMethod · 0.45
RunBWTestMethod · 0.45
GetBlocksMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected