MCPcopy Create free account
hub / github.com/Criptext/Criptext-Email-React-Client / getRecipientId

Function getRecipientId

electron_app/src/clientManager.js:81–84  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

79};
80
81const getRecipientId = data => {
82 const { recipientId, domain } = data;
83 return domain === APP_DOMAIN ? recipientId : `${recipientId}@${domain}`;
84};
85
86const checkExpiredSession = async (
87 requirementResponse,

Callers 11

canLoginFunction · 0.85
deleteDeviceTokenFunction · 0.85
findDevicesFunction · 0.85
linkAuthFunction · 0.85
linkCancelFunction · 0.85
linkBeginFunction · 0.85
loginFunction · 0.85
loginFirstFunction · 0.85
resetPasswordFunction · 0.85
sendRecoveryCodeFunction · 0.85
validateRecoveryCodeFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected