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

Function loader

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

Source from the content-addressed store, hash-verified

32}
33
34export async function loader() {
35 return {records: await getAllRecords()};
36}
37
38export async function action() {
39 await getAllRecords(true);

Callers

nothing calls this directly

Calls 1

getAllRecordsFunction · 0.85

Tested by

no test coverage detected