MCPcopy Index your code
hub / github.com/OpenSIST/OpenSIST.github.io / isRecordData

Function isRecordData

src/Data/RecordData.js:104–106  ·  view source on GitHub ↗
(record)

Source from the content-addressed store, hash-verified

102}
103
104function isRecordData(record) {
105 return Boolean(record?.RecordID && record?.ApplicantID && record?.ProgramID);
106}
107
108export async function setRecord(record) {
109 if (!record) {

Callers 1

getRecordByRecordIDsFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected