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

Function jumpToReport

deployments/desktop/static/reports.js:362–367  ·  view source on GitHub ↗
(reportId)

Source from the content-addressed store, hash-verified

360 }
361
362 async function jumpToReport(reportId) {
363 ensureReportsDom();
364 setView("reports");
365 await refreshReports({ keepSelection: false });
366 await loadReportContent(reportId);
367 }
368
369 function overrideGenerationRenderers() {
370 window.renderReports = function renderReportsOverride(reports) {

Callers 1

bindReportsEventsFunction · 0.85

Calls 4

ensureReportsDomFunction · 0.85
setViewFunction · 0.70
refreshReportsFunction · 0.70
loadReportContentFunction · 0.70

Tested by

no test coverage detected