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

Function dataPointsApplicantPath

src/Components/RouteUtils.js:29–31  ·  view source on GitHub ↗
(applicantId)

Source from the content-addressed store, hash-verified

27}
28
29export function dataPointsApplicantPath(applicantId) {
30 return `/datapoints/applicant/${encodePathSegment(applicantId)}`;
31}
32
33export function dataPointsProgramPath(programId) {
34 return `/datapoints/program/${encodePathSegment(programId)}`;

Callers 1

DataPointsActionFunction · 0.90

Calls 1

encodePathSegmentFunction · 0.85

Tested by

no test coverage detected