MCPcopy 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

extractGrowingEdgesDataFunction · 0.70

Calls 2

getEdgeGroupFunction · 0.70
findMethod · 0.45

Tested by

no test coverage detected