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

Function action

src/Components/DataPoints/DataPoints.jsx:38–41  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

36}
37
38export async function action() {
39 await getAllRecords(true);
40 return redirect('/datapoints');
41}
42
43export function ApplicantProfileInDataPoints() {
44 const navigate = useNavigate();

Callers

nothing calls this directly

Calls 1

getAllRecordsFunction · 0.85

Tested by

no test coverage detected