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

Function profileRecordEditPath

src/Components/RouteUtils.js:62–64  ·  view source on GitHub ↗
(applicantId, programId)

Source from the content-addressed store, hash-verified

60}
61
62export function profileRecordEditPath(applicantId, programId) {
63 return `${profileApplicantPath(applicantId)}/${encodePathSegment(programId)}/edit`;
64}
65
66export function programsProgramPath(programId) {
67 return `/programs/${encodePathSegment(programId)}`;

Callers 1

RecordBlockFunction · 0.90

Calls 2

profileApplicantPathFunction · 0.85
encodePathSegmentFunction · 0.85

Tested by

no test coverage detected