MCPcopy Create free account
hub / github.com/SeaOfNodes/Simple / postProcessDataPass2Global

Function postProcessDataPass2Global

chapter24/docs/d3-graphviz.js:1186–1192  ·  view source on GitHub ↗
(datum)

Source from the content-addressed store, hash-verified

1184 }
1185 }
1186 function postProcessDataPass2Global(datum) {
1187 addToNodeDictionary(datum);
1188 extractGrowingEdgesData(datum);
1189 datum.children.forEach(function (childData) {
1190 postProcessDataPass2Global(childData);
1191 });
1192 }
1193 this._dispatch.call("layoutEnd", this);
1194 var newDoc = d3__namespace.select(document.createDocumentFragment()).append('div');
1195 var parser = new window.DOMParser();

Callers 1

layoutDoneFunction · 0.70

Calls 2

addToNodeDictionaryFunction · 0.70
extractGrowingEdgesDataFunction · 0.70

Tested by

no test coverage detected