Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
CreateDataSyncQPs
Method · 0.45
RunBWTest
Method · 0.45
GetBlocks
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected