()
| 3848 | } |
| 3849 | |
| 3850 | function currentGraphEdges() { |
| 3851 | return (state.wikiGraph?.edges || []).map(normalizeGraphEdge); |
| 3852 | } |
| 3853 | |
| 3854 | function relationLabel(raw) { |
| 3855 | return localizeWikiText(String(raw || "related").replaceAll("_", " ")); |
no outgoing calls
no test coverage detected