MCPcopy Create free account
hub / github.com/apache/trafficserver / finalize

Method finalize

include/tscore/CryptoHash.h:181–185  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

179};
180
181inline bool
182CryptoContext::Hasher::finalize(CryptoHash *hash)
183{
184 return this->finalize(*hash);
185}
186
187inline bool
188CryptoContext::update(void const *data, int length)

Callers 2

operator()Method · 0.45
hash_immediateMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected