Skip to content

Commit bf26e62

Browse files
committed
btree: add doc comment about CellArray struct
1 parent 930f1d7 commit bf26e62

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

core/storage/btree.rs

+1
Original file line numberDiff line numberDiff line change
@@ -3877,6 +3877,7 @@ impl PageStack {
38773877
}
38783878
}
38793879

3880+
/// Used for redistributing cells during a balance operation.
38803881
struct CellArray {
38813882
cells: Vec<&'static mut [u8]>, // TODO(pere): make this with references
38823883

0 commit comments

Comments
 (0)