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

Function postsPostPath

src/Components/RouteUtils.js:46–48  ·  view source on GitHub ↗
(postId)

Source from the content-addressed store, hash-verified

44}
45
46export function postsPostPath(postId) {
47 return `/posts/${encodePathSegment(postId)}`;
48}
49
50export function postsApplicantPath(postId, applicantId) {
51 return `${postsPostPath(postId)}/applicant/${encodePathSegment(applicantId)}`;

Callers 4

PostPageFunction · 0.90
PostContentFunction · 0.90
actionFunction · 0.90
postsApplicantPathFunction · 0.85

Calls 1

encodePathSegmentFunction · 0.85

Tested by

no test coverage detected