MCPcopy Create free account
hub / github.com/OpenSIST/OpenSIST.github.io / profileApplicantPath

Function profileApplicantPath

src/Components/RouteUtils.js:54–56  ·  view source on GitHub ↗
(applicantId)

Source from the content-addressed store, hash-verified

52}
53
54export function profileApplicantPath(applicantId) {
55 return `/profile/${encodePathSegment(applicantId)}`;
56}
57
58export function profileApplicantEditPath(applicantId) {
59 return `${profileApplicantPath(applicantId)}/edit`;

Callers 7

actionFunction · 0.90
RecordBlockFunction · 0.90
ProfileHeaderFunction · 0.90
actionFunction · 0.90
actionFunction · 0.90
profileApplicantEditPathFunction · 0.85
profileRecordEditPathFunction · 0.85

Calls 1

encodePathSegmentFunction · 0.85

Tested by

no test coverage detected