MCPcopy Index your code
hub / github.com/OpenSignLabs/OpenSign / getSignerEmail

Function getSignerEmail

apps/OpenSign/src/constant/Utils.js:4827–4832  ·  view source on GitHub ↗
(data, signers)

Source from the content-addressed store, hash-verified

4825}
4826//function is used to get assigned signer's email
4827export const getSignerEmail = (data, signers) => {
4828 const getEmail =
4829 signers?.length > 0 &&
4830 signers.find((x) => x.objectId === data.signerObjId)?.Email;
4831 return getEmail;
4832};
4833
4834//function is used to delete widgets
4835export const handleDeleteWidget = (key, Id, pageNumber, signerPos) => {

Callers 4

getUrlFunction · 0.90
handleShareFunction · 0.90
formatStatusRowFunction · 0.90
SignerCellFunction · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected