MCPcopy 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
120bool MD5Calc::Update(const char *data, int len) {
121 MD5_Update(&this->c, data, len);
122 return true;
123}
124
125const char *MD5Calc::Get() {
126 MD5_Final(this->md5, &c);

Callers 1

TESTFunction · 0.45

Calls

no outgoing calls

Tested by 1

TESTFunction · 0.36