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

Method CopyData

library/cpp/netliba/v12/ib_mem.h:168–171  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

166 TIBMemBlock* Alloc(size_t sz);
167
168 void CopyData(TRopeDataPacket* data, i64 msgHandle, TThrRefBase* context, TPtrArg<TCopyResultStorage> dst) {
169 Requests.Enqueue(new TJobItem(data, msgHandle, context, dst));
170 HasWork.Signal();
171 }
172
173 friend class TIBMemBlock;
174 friend struct TIBMemSuperBlock;

Callers 1

StartSendMethod · 0.45

Calls 2

EnqueueMethod · 0.45
SignalMethod · 0.45

Tested by

no test coverage detected