Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/OpenSIST/OpenSIST.github.io
/ isLoadedRecord
Function
isLoadedRecord
src/Components/DataPoints/DataPoints.jsx:149–151 ·
view source on GitHub ↗
(record)
Source
from the content-addressed store, hash-verified
147
}
148
149
function isLoadedRecord(record) {
150
return Boolean(record?.RecordID && record?.ApplicantID && record?.ProgramID);
151
}
Callers
1
getAllRecords
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected