Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/catboost/catboost
/ TBlockLess
Class
TBlockLess
library/cpp/netliba/v6/block_chain.h:33–37 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
31
TBlockVector Blocks;
32
int Size;
33
struct TBlockLess {
34
bool operator()(const TBlock& b, int offset) const {
35
return b.Offset < offset;
36
}
37
};
38
39
public:
40
TBlockChain()
Callers
1
GetBlockIdByOffset
Method · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected