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

Function graphTypeLabel

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

Source from the content-addressed store, hash-verified

3211 }
3212
3213 function graphTypeLabel(node) {
3214 const type = graphType(node);
3215 return ui().wiki.typeLabels[type] || ui().wiki.typeLabels.topic;
3216 }
3217
3218 function normalizeGraphEdge(edge) {
3219 if (Array.isArray(edge)) {

Callers 5

renderWikiListFunction · 0.85
renderWikiResultNodesFunction · 0.85
renderWikiRelationsFunction · 0.85
wikiEvidenceMetaFunction · 0.85
renderMentionSuggestionsFunction · 0.85

Calls 2

graphTypeFunction · 0.85
uiFunction · 0.85

Tested by

no test coverage detected