Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/SeaOfNodes/Simple
/ getEdgeTitle
Function
getEdgeTitle
chapter24/docs/d3-graphviz.js:426–430 ·
view source on GitHub ↗
(datum)
Source
from the content-addressed store, hash-verified
424
}
425
}
426
function
getEdgeTitle(datum) {
427
return
getEdgeGroup(datum).children.find(
function
(e) {
428
return
e.tag ==
'title'
;
429
});
430
}
431
432
function
render (callback) {
433
if
(this._busy) {
Callers
1
extractGrowingEdgesData
Function · 0.70
Calls
2
getEdgeGroup
Function · 0.70
find
Method · 0.45
Tested by
no test coverage detected