MCPcopy
hub / github.com/tdewolff/minify / doRenderNode

Function doRenderNode

_benchmarks/sample_echarts.js:54297–54299  ·  view source on GitHub ↗
(thisNode, oldNode, parentGroup, depth)

Source from the content-addressed store, hash-verified

54295 var willInvisibleEls = [];
54296
54297 function doRenderNode(thisNode, oldNode, parentGroup, depth) {
54298 return renderNode(seriesModel, thisStorage, oldStorage, reRoot, lastsForAnimation, willInvisibleEls, thisNode, oldNode, parentGroup, depth);
54299 } // Notice: when thisTree and oldTree are the same tree (see list.cloneShallow),
54300 // the oldTree is actually losted, so we can not find all of the old graphic
54301 // elements from tree. So we use this stragegy: make element storage, move
54302 // from old storage to new storage, clear old storage.

Callers 1

processNodeFunction · 0.85

Calls 2

renderNodeFunction · 0.85
removeNodeFunction · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…