MCPcopy Index your code
hub / github.com/apache/echarts / doPreprocess

Function doPreprocess

src/model/OptionManager.ts:366–370  ·  view source on GitHub ↗
(option: ECUnitOption)

Source from the content-addressed store, hash-verified

364 each(mediaList, media => doPreprocess(media.option));
365
366 function doPreprocess(option: ECUnitOption) {
367 each(optionPreprocessorFuncs, function (preProcess) {
368 preProcess(option, isNew);
369 });
370 }
371
372 return {
373 baseOption: baseOption,

Callers 1

parseRawOptionFunction · 0.85

Calls 1

eachFunction · 0.50

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…