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

Function dataPointsProgramPath

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

Source from the content-addressed store, hash-verified

31}
32
33export function dataPointsProgramPath(programId) {
34 return `/datapoints/program/${encodePathSegment(programId)}`;
35}
36
37export function applicantDialogPath(pathname, applicantId) {
38 const basePath = safeLocalPath(pathname, "/datapoints").replace(/\/applicant\/[^/]+\/?$/, "");

Callers 1

renderCellFunction · 0.90

Calls 1

encodePathSegmentFunction · 0.85

Tested by

no test coverage detected