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

Function loadReportAnnotation

deployments/desktop/static/desktop.js:2826–2833  ·  view source on GitHub ↗
(reportId)

Source from the content-addressed store, hash-verified

2824 }
2825
2826 function loadReportAnnotation(reportId) {
2827 if (!reportId) return "";
2828 try {
2829 return window.localStorage.getItem(reportAnnotationKey(reportId)) || "";
2830 } catch (error) {
2831 return "";
2832 }
2833 }
2834
2835 function saveReportAnnotation() {
2836 const reportId = state.currentReport?.report_id;

Callers 1

loadReportContentFunction · 0.85

Calls 1

reportAnnotationKeyFunction · 0.85

Tested by

no test coverage detected