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

Class TBlockLess

library/cpp/netliba/v12/block_chain.h:39–43  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

37 TVector<TBlock, TCustomAllocator<TBlock>> Blocks;
38 int Size;
39 struct TBlockLess {
40 bool operator()(const TBlock& b, int offset) const {
41 return b.Offset < offset;
42 }
43 };
44
45 public:
46 TBlockChain()

Callers 1

GetBlockIdByOffsetMethod · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected