Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apache/cloudberry
/ Update
Method
Update
gpcontrib/gpcloud/src/s3utils.cpp:120–123 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
118
}
119
120
bool MD5Calc::Update(const char *data, int len) {
121
MD5_Update(&this->c, data, len);
122
return true;
123
}
124
125
const char *MD5Calc::Get() {
126
MD5_Final(this->md5, &c);
Callers
1
TEST
Function · 0.45
Calls
no outgoing calls
Tested by
1
TEST
Function · 0.36