MCPcopy 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
367bool
368MMHContext::finalize(CryptoHash &hash)
369{
370 return 0 == ink_code_incr_MMH_final(hash.u8, &_ctx);
371}

Callers 6

refreshMethod · 0.45
ats_ip_port_hashFunction · 0.45
test_CryptoHash.ccFile · 0.45
Find_StripeFunction · 0.45
Get_ResponseFunction · 0.45

Calls 1

ink_code_incr_MMH_finalFunction · 0.85

Tested by

no test coverage detected