We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Credential.get_all()
1 parent 0b35587 commit 1c5ff39Copy full SHA for 1c5ff39
crypto/src/mls/credential/persistence.rs
@@ -22,7 +22,7 @@ impl Credential {
22
}
23
24
/// Should only be used when really requiring the credential data itself, e.g., when checking for validity or
25
- /// looking for CRL urls. In other cases, use [CredentialRef::get_all].
+ /// looking for CRL URLs. In other cases, use [CredentialRef::get_all].
26
pub(crate) async fn get_all(database: &impl FetchFromDatabase) -> Result<Vec<Self>> {
27
database
28
.load_all::<StoredCredential>()
0 commit comments