MCPcopy Create free account
hub / github.com/OpenRaiser/PaperFlow / saveReportCardHighlights

Function saveReportCardHighlights

deployments/desktop/static/desktop.js:2723–2729  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

2721 }
2722
2723 function saveReportCardHighlights() {
2724 try {
2725 window.localStorage.setItem(REPORT_HIGHLIGHTS_KEY, JSON.stringify([...state.highlightedReports]));
2726 } catch (error) {
2727 console.warn("Unable to save report card highlights", error);
2728 }
2729 }
2730
2731 function toggleReportCardHighlight(reportId) {
2732 if (!reportId) return;

Callers 2

deleteReportCardFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected