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

Function favoritesProgramPath

src/Components/RouteUtils.js:42–44  ·  view source on GitHub ↗
(programId)

Source from the content-addressed store, hash-verified

40}
41
42export function favoritesProgramPath(programId) {
43 return `/favorites/${encodePathSegment(programId)}`;
44}
45
46export function postsPostPath(postId) {
47 return `/posts/${encodePathSegment(postId)}`;

Callers 1

ProgramCardFunction · 0.90

Calls 1

encodePathSegmentFunction · 0.85

Tested by

no test coverage detected