pub fn is_ancestor( store: &impl ObjectStore, ancestor: StateId, descendant: StateId, ) -> Result<bool>