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

Function rawGraphBody

deployments/desktop/static/desktop.js:3190–3193  ·  view source on GitHub ↗
(node)

Source from the content-addressed store, hash-verified

3188 }
3189
3190 function rawGraphBody(node) {
3191 const source = node || {};
3192 return String(source.body || source.snippet || "");
3193 }
3194
3195 function graphTitle(node) {
3196 return localizeWikiText(rawGraphTitle(node));

Callers 10

graphBodyFunction · 0.85
nodeSearchTextFunction · 0.85
renderWikiGraphFunction · 0.85
renderWikiListFunction · 0.85
renderWikiResultNodesFunction · 0.85
renderWikiRelationsFunction · 0.85
setWikiMapFocusFunction · 0.85
loadWikiFunction · 0.85
searchWikiFunction · 0.85
bindEventsFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected