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

Function relationLabel

deployments/desktop/static/desktop.js:3854–3856  ·  view source on GitHub ↗
(raw)

Source from the content-addressed store, hash-verified

3852 }
3853
3854 function relationLabel(raw) {
3855 return localizeWikiText(String(raw || "related").replaceAll("_", " "));
3856 }
3857
3858 function pickWikiFocusNodeId() {
3859 const nodes = state.wikiGraph?.nodes || [];

Callers 1

renderWikiRelationsFunction · 0.85

Calls 1

localizeWikiTextFunction · 0.85

Tested by

no test coverage detected