Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
34
export async function loader() {
35
return {records: await getAllRecords()};
36
}
37
38
export async function action() {
39
await getAllRecords(true);
Callers
nothing calls this directly
Calls
1
getAllRecords
Function · 0.85
Tested by
no test coverage detected