Searched refs:join_via_external_commit (Results 1 – 1 of 1) sorted by relevance
886 async fn join_via_external_commit(do_remove: bool, with_psk: bool) -> Result<(), MlsError> { in join_via_external_commit() function981 join_via_external_commit(false, false).await.unwrap(); in test_external_commit()983 join_via_external_commit(true, false).await.unwrap(); in test_external_commit()985 join_via_external_commit(false, true).await.unwrap(); in test_external_commit()987 join_via_external_commit(true, true).await.unwrap(); in test_external_commit()