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

Function showReportsView

deployments/desktop/static/reports.js:111–115  ·  view source on GitHub ↗
(options = {})

Source from the content-addressed store, hash-verified

109 }
110
111 async function showReportsView(options = {}) {
112 ensureReportsDom();
113 setView("reports");
114 await refreshReports({ keepSelection: true, ...options });
115 }
116
117 function renderInlineMarkdown(text) {
118 let html = window.escapeHtml ? window.escapeHtml(text || "") : String(text || "");

Callers 1

ensureReportsDomFunction · 0.85

Calls 3

ensureReportsDomFunction · 0.85
setViewFunction · 0.70
refreshReportsFunction · 0.70

Tested by

no test coverage detected