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

Function init

deployments/desktop/static/reports.js:451–455  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

449 }
450
451 function init() {
452 ensureReportsDom();
453 overrideGenerationRenderers();
454 bindReportsEvents();
455 }
456
457 window.refreshReports = refreshReports;
458 window.loadReportContent = (reportId) => loadReportContent(reportId, false);

Callers 1

reports.jsFile · 0.70

Calls 3

ensureReportsDomFunction · 0.85
bindReportsEventsFunction · 0.85

Tested by

no test coverage detected