MCPcopy 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

RecvCycleMethod · 0.45
DoSendsMethod · 0.45
SendRequestImplMethod · 0.45
SendRequestMethod · 0.45
DoSendsMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected