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

Function currentGraphEdges

deployments/desktop/static/desktop.js:3850–3852  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

3848 }
3849
3850 function currentGraphEdges() {
3851 return (state.wikiGraph?.edges || []).map(normalizeGraphEdge);
3852 }
3853
3854 function relationLabel(raw) {
3855 return localizeWikiText(String(raw || "related").replaceAll("_", " "));

Callers 2

pickWikiFocusNodeIdFunction · 0.85
relatedWikiNodesFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected