Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/catboost/catboost
/ AttachSharedData
Method
AttachSharedData
library/cpp/netliba/v6/block_chain.h:230–232 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
228
}
229
}
230
void AttachSharedData(TIntrusivePtr<TSharedMemory> shm) {
231
SharedData = shm;
232
}
233
TSharedMemory* GetSharedData() const {
234
return SharedData.Get();
235
}
Callers
5
RecvCycle
Method · 0.45
DoSends
Method · 0.45
SendRequestImpl
Method · 0.45
SendRequest
Method · 0.45
DoSends
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected