Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apache/trafficserver
/ finalize
Method
finalize
src/tscore/MMH.cc:367–371 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
365
}
366
367
bool
368
MMHContext::finalize(CryptoHash &hash)
369
{
370
return 0 == ink_code_incr_MMH_final(hash.u8, &_ctx);
371
}
Callers
6
QUICStatelessResetToken
Method · 0.45
refresh
Method · 0.45
ats_ip_port_hash
Function · 0.45
test_CryptoHash.cc
File · 0.45
Find_Stripe
Function · 0.45
Get_Response
Function · 0.45
Calls
1
ink_code_incr_MMH_final
Function · 0.85
Tested by
no test coverage detected