Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/catboost/catboost
/ GetSharedData
Method
GetSharedData
library/cpp/netliba/v12/block_chain.h:257–259 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
255
SharedData = shm;
256
}
257
TPosixSharedMemory* GetSharedData() const {
258
return SharedData.Get();
259
}
260
const TBlockChain& GetChain() {
261
return Chain;
262
}
Callers
6
SendLow
Method · 0.45
AddDataToPacketQueue
Function · 0.45
DoSends
Method · 0.45
SendRequestImpl
Method · 0.45
LoadRequestData
Function · 0.45
LoadResponseData
Function · 0.45
Calls
1
Get
Method · 0.45
Tested by
no test coverage detected