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

Function rawGraphTitle

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

Source from the content-addressed store, hash-verified

3183 }
3184
3185 function rawGraphTitle(node) {
3186 const source = node || {};
3187 return String(source.title || source.id || source.node_id || ui().wiki.architecture);
3188 }
3189
3190 function rawGraphBody(node) {
3191 const source = node || {};

Callers 11

graphTitleFunction · 0.85
nodeSearchTextFunction · 0.85
candidateLabelsForNodeFunction · 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 1

uiFunction · 0.85

Tested by

no test coverage detected