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

Function storeSignerDetails

apps/OpenSign/src/pages/PdfRequestFiles.jsx:615–626  ·  view source on GitHub ↗
(signer)

Source from the content-addressed store, hash-verified

613
614 // `storeSignerDetails` is used to stor signer details to set in text type widgets
615 const storeSignerDetails = (signer) => {
616 localStorage.setItem(
617 "signer",
618 JSON.stringify({
619 Name: signer?.Name,
620 Email: signer?.Email,
621 UserId: signer?.UserId?.objectId,
622 JobTitle: signer?.JobTitle,
623 Company: signer?.Company
624 })
625 );
626 };
627
628 // `handleTourStatus` is used to disable/enable tour
629 const handleTourStatus = (isTourEnabled, tourData) => {

Callers 1

getDocumentDetailsFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected