Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/chen3feng/toft
/ BlockCompression
Method
BlockCompression
compress/block/block_compression.cpp:13–13 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
11
12
namespace toft {
13
BlockCompression::BlockCompression() : max_unCompressed_size_(kMaxUnCompressedSize) {}
14
15
BlockCompression::~BlockCompression() {}
16
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected