onflow / atree

Atree provides scalable arrays and scalable ordered maps.
https://onflow.org
Apache License 2.0
39 stars 16 forks source link

Rename StorageID related types, vars, and funcs #322

Closed fxamacker closed 1 year ago

fxamacker commented 1 year ago

Updates #296 #292 https://github.com/onflow/flow-go/issues/1744 Updates PR #321 and more context at https://github.com/onflow/atree/pull/321#discussion_r1254622587

Description

Renamed types:

Renamed functions:

Renamed variables:


codecov-commenter commented 1 year ago

Codecov Report

Merging #322 (251b774) into main (2554c7a) will decrease coverage by 0.27%. The diff coverage is 71.82%.

@@            Coverage Diff             @@
##             main     #322      +/-   ##
==========================================
- Coverage   64.73%   64.47%   -0.27%     
==========================================
  Files          14       14              
  Lines        8045     8075      +30     
==========================================
- Hits         5208     5206       -2     
- Misses       2160     2191      +31     
- Partials      677      678       +1     
Impacted Files Coverage Δ
slab.go 100.00% <ø> (ø)
storable_slab.go 31.88% <25.00%> (-13.58%) :arrow_down:
errors.go 38.78% <41.66%> (ø)
map_debug.go 51.77% <66.66%> (ø)
basicarray.go 49.78% <70.00%> (ø)
map.go 66.78% <70.00%> (-0.10%) :arrow_down:
array.go 69.92% <70.20%> (ø)
array_debug.go 52.28% <76.00%> (ø)
storable.go 54.41% <88.88%> (ø)
storage.go 74.17% <92.30%> (-0.75%) :arrow_down:
... and 1 more