Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/catboost/catboost
/ Decompress
Method
Decompress
library/cpp/resource/registry.cpp:133–135 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
131
}
132
133
TString NResource::Decompress(const TStringBuf data) {
134
return GetCodec()->Decode(data);
135
}
136
137
IStore* NResource::CommonStore() {
138
return SingletonWithPriority<TStore, 0>();
Callers
2
QuickLZDecompress
Function · 0.45
Exec
Method · 0.45
Calls
2
GetCodec
Function · 0.70
Decode
Method · 0.45
Tested by
no test coverage detected