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

Method update

include/tscore/CryptoHash.h:187–191  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

185}
186
187inline bool
188CryptoContext::update(void const *data, int length)
189{
190 return reinterpret_cast<Hasher *>(_base)->update(data, length);
191}
192
193inline bool
194CryptoContext::finalize(CryptoHash &hash)

Callers 1

hash_immediateMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected