MCPcopy Index your code
hub / github.com/tdewolff/minify / processNode

Function processNode

_benchmarks/sample_echarts.js:54336–54341  ·  view source on GitHub ↗
(newIndex, oldIndex)

Source from the content-addressed store, hash-verified

54334 }
54335
54336 function processNode(newIndex, oldIndex) {
54337 var thisNode = newIndex != null ? thisViewChildren[newIndex] : null;
54338 var oldNode = oldIndex != null ? oldViewChildren[oldIndex] : null;
54339 var group = doRenderNode(thisNode, oldNode, parentGroup, depth);
54340 group && dualTravel(thisNode && thisNode.viewChildren || [], oldNode && oldNode.viewChildren || [], group, sameTree, depth + 1);
54341 }
54342 }
54343
54344 function clearStorage(storage) {

Callers 1

dualTravelFunction · 0.70

Calls 2

doRenderNodeFunction · 0.85
dualTravelFunction · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…