(node)
| 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)) { |
no test coverage detected