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

Function dedupeConceptEntries

deployments/desktop/static/desktop.js:3386–3397  ·  view source on GitHub ↗
(entries)

Source from the content-addressed store, hash-verified

3384 return;
3385 }
3386 }
3387 }
3388
3389 function setReportLinks(report) {
3390 const map = {
3391 openReportAbsBtn: report.abs_url || report.url || "",
3392 openReportPdfBtn: report.pdf_url || "",
3393 openReportDocBtn: report.doc_url || "",
3394 copyReportPathBtn: report.report_path || ""
3395 };
3396 Object.entries(map).forEach(([id, value]) => {
3397 const button = $(id);
3398 button.disabled = !value;
3399 button.dataset.href = value;
3400 });

Callers 1

conceptEntriesFromGraphFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected