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

Function openCitationSource

deployments/desktop/static/desktop.js:4487–4491  ·  view source on GitHub ↗
(nodeId, title)

Source from the content-addressed store, hash-verified

4485 }
4486
4487 async function openCitationSource(nodeId, title) {
4488 setView("wiki", true, { skipLoad: true });
4489 $("wikiQuery").value = title || nodeId || "";
4490 await searchWiki();
4491 }
4492
4493 function chunkText(text) {
4494 const content = String(text || "");

Callers 1

bindEventsFunction · 0.85

Calls 3

setViewFunction · 0.70
$Function · 0.70
searchWikiFunction · 0.70

Tested by

no test coverage detected