MCPcopy Create free account
hub / github.com/atomicdotdev/atomic / email

Method email

atomic-identity/src/identity.rs:420–423  ·  view source on GitHub ↗

Set the email address.

(mut self, email: impl Into<String>)

Source from the content-addressed store, hash-verified

418
419 /// Set the email address.
420 pub fn email(mut self, email: impl Into<String>) -> Self {
421 self.email = Some(email.into());
422 self
423 }
424
425 /// Set the identity type.
426 pub fn identity_type(mut self, identity_type: IdentityType) -> Self {

Callers 10

extract_commit_metadataFunction · 0.80
runMethod · 0.80
test_identity_builderFunction · 0.80
test_identity_to_authorFunction · 0.80
test_identity_to_authorFunction · 0.80

Calls

no outgoing calls

Tested by 8

test_identity_builderFunction · 0.64
test_identity_to_authorFunction · 0.64
test_identity_to_authorFunction · 0.64