Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/catboost/catboost
/ Compress
Method
Compress
library/cpp/resource/registry.cpp:129–131 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
127
}
128
129
TString NResource::Compress(const TStringBuf data) {
130
return GetCodec()->Encode(data);
131
}
132
133
TString NResource::Decompress(const TStringBuf data) {
134
return GetCodec()->Decode(data);
Callers
1
QuickLZCompress
Function · 0.45
Calls
2
GetCodec
Function · 0.70
Encode
Method · 0.45
Tested by
no test coverage detected