Searched refs:current_user_leaf_node (Results 1 – 1 of 1) sorted by relevance
659 fn current_user_leaf_node(&self) -> Result<&LeafNode, MlsError> { in current_user_leaf_node() function667 self.current_user_leaf_node().map(|ln| &ln.signing_identity) in current_member_signing_identity()908 let mut new_leaf_node = self.current_user_leaf_node()?.clone(); in update_proposal()2013 let existing_leaf = test_group.group.current_user_leaf_node().unwrap().clone(); in test_update_proposals()2065 test_group.group.current_user_leaf_node().unwrap() in test_invalid_commit_self_update()2584 leaves.push(group.group.current_user_leaf_node().unwrap().clone()); in test_state_update()4036 let alice_pub_before = alice.current_user_leaf_node().unwrap().public_key.clone(); in test_custom_proposal_mls_rules()4055 let alice_pub_after = &alice.current_user_leaf_node().unwrap().public_key; in test_custom_proposal_mls_rules()