Fast and robust atproto CAR file processing in rust
14
fork

Configure Feed

Select the types of activity you want to include in your feed.

return the tree height

phil 2dd1b43d 6fffbd3f

+7
+7
src/walk.rs
··· 151 151 } 152 152 } 153 153 154 + /// The total mst height 155 + /// 156 + /// Defined by to the root node's layer, computed from its entry keys 157 + pub fn height(&self) -> u32 { 158 + self.root_layer 159 + } 160 + 154 161 pub(crate) fn mpb_step( 155 162 &mut self, 156 163 thing: NodeThing,