Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
187
inline bool
188
CryptoContext::update(void const *data, int length)
189
{
190
return reinterpret_cast<Hasher *>(_base)->update(data, length);
191
}
192
193
inline bool
194
CryptoContext::finalize(CryptoHash &hash)
Callers
1
hash_immediate
Method · 0.95
Calls
no outgoing calls
Tested by
no test coverage detected