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

Function programsProgramPath

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

Source from the content-addressed store, hash-verified

64}
65
66export function programsProgramPath(programId) {
67 return `/programs/${encodePathSegment(programId)}`;
68}

Callers 2

ProgramButtonFunction · 0.90
actionFunction · 0.90

Calls 1

encodePathSegmentFunction · 0.85

Tested by

no test coverage detected