MCPcopy 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
149function isLoadedRecord(record) {
150 return Boolean(record?.RecordID && record?.ApplicantID && record?.ProgramID);
151}

Callers 1

getAllRecordsFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected