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

Function processAddUpdate

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

Source from the content-addressed store, hash-verified

71919 }
71920
71921 function processAddUpdate(newIndex, oldIndex) {
71922 var context = this.context;
71923 var childOption = newIndex != null ? context.newChildren[newIndex] : null;
71924 var child = oldIndex != null ? context.oldChildren[oldIndex] : null;
71925 doCreateOrUpdateEl(context.api, child, context.dataIndex, childOption, context.seriesModel, context.group, false, context.morphPreparation);
71926 }
71927
71928 function processRemove(oldIndex) {
71929 var context = this.context;

Callers

nothing calls this directly

Calls 1

doCreateOrUpdateElFunction · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…