MCPcopy Index your code
hub / github.com/OpenSIST/OpenSIST.github.io / postsApplicantPath

Function postsApplicantPath

src/Components/RouteUtils.js:50–52  ·  view source on GitHub ↗
(postId, applicantId)

Source from the content-addressed store, hash-verified

48}
49
50export function postsApplicantPath(postId, applicantId) {
51 return `${postsPostPath(postId)}/applicant/${encodePathSegment(applicantId)}`;
52}
53
54export function profileApplicantPath(applicantId) {
55 return `/profile/${encodePathSegment(applicantId)}`;

Callers 1

PostContentFunction · 0.90

Calls 2

postsPostPathFunction · 0.85
encodePathSegmentFunction · 0.85

Tested by

no test coverage detected