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

Function linkCancel

electron_app/src/clientManager.js:419–423  ·  view source on GitHub ↗
({ newDeviceData, jwt })

Source from the content-addressed store, hash-verified

417};
418
419const linkCancel = async ({ newDeviceData, jwt }) => {
420 const recipientId = getRecipientId(newDeviceData);
421 const client = await createClient({ recipientId, optionalToken: jwt });
422 return await client.linkCancel(newDeviceData);
423};
424
425const linkBegin = async ({ username, domain }) => {
426 const data = {

Callers

nothing calls this directly

Calls 2

getRecipientIdFunction · 0.85
createClientFunction · 0.70

Tested by

no test coverage detected