allegro / bigcache

Efficient cache for gigabytes of data written in Go.
http://allegro.tech/2016/03/writing-fast-cache-service-in-go.html
Apache License 2.0
7.51k stars 595 forks source link

rename resetKeyFromEntry to resetHashFromEntry #361

Closed yangtaoran closed 1 year ago

yangtaoran commented 1 year ago

350 rename resetKeyFromEntry to resetHashFromEntry

codecov-commenter commented 1 year ago

Codecov Report

Merging #361 (a4d7dcd) into main (791a4b0) will not change coverage. The diff coverage is 100.00%.

:exclamation: Current head a4d7dcd differs from pull request most recent head c485f08. Consider uploading reports for the commit c485f08 to get more accurate results

:exclamation: Your organization is not using the GitHub App Integration. As a result you may experience degraded service beginning May 15th. Please install the Github App Integration for your organization. Read more.

Impacted file tree graph

@@           Coverage Diff           @@
##             main     #361   +/-   ##
=======================================
  Coverage   90.03%   90.03%           
=======================================
  Files          15       15           
  Lines         783      783           
=======================================
  Hits          705      705           
  Misses         66       66           
  Partials       12       12           
Impacted Files Coverage Δ
encoding.go 100.00% <100.00%> (ø)
shard.go 92.01% <100.00%> (ø)

Continue to review full report in Codecov by Sentry.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update 791a4b0...c485f08. Read the comment docs.