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

Function openReport

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

Source from the content-addressed store, hash-verified

2511 }
2512
2513 async function openReport(reportId) {
2514 if (!reportId) return;
2515 setView("reports", true, { skipLoad: true });
2516 await refreshReports({ keepSelection: false, activeReportId: reportId });
2517 }
2518
2519 async function readSinglePaper(number) {
2520 if (!state.push?.push_id) throw new Error(ui().papers.loadPushFirst);

Callers 3

readSinglePaperFunction · 0.85
submitFeedbackFunction · 0.85
directReadFunction · 0.85

Calls 2

setViewFunction · 0.70
refreshReportsFunction · 0.70

Tested by

no test coverage detected