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

Function registerPreprocessor

src/core/echarts.ts:3057–3061  ·  view source on GitHub ↗
(preprocessorFunc: OptionPreprocessor)

Source from the content-addressed store, hash-verified

3055 * Register option preprocessor
3056 */
3057export function registerPreprocessor(preprocessorFunc: OptionPreprocessor): void {
3058 if (indexOf(optionPreprocessorFuncs, preprocessorFunc) < 0) {
3059 optionPreprocessorFuncs.push(preprocessorFunc);
3060 }
3061}
3062
3063/**
3064 * NOTICE: Alway run in block way (no progessive is allowed).

Callers 1

echarts.tsFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…