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

Method GetPtr

library/cpp/threading/chunk_queue/queue.h:120–122  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

118 }
119
120 T* GetPtr(size_t i) {
121 return (T*)Entries + i;
122 }
123 };
124
125 struct TWriterState {

Callers 2

PrepareWriteMethod · 0.45
PrepareReadMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected