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

Function registerProcessor

src/core/echarts.ts:3066–3071  ·  view source on GitHub ↗
(
    priority: number | StageHandler | StageHandlerOverallReset,
    processor?: StageHandler | StageHandlerOverallReset
)

Source from the content-addressed store, hash-verified

3064 * NOTICE: Alway run in block way (no progessive is allowed).
3065 */
3066export function registerProcessor(
3067 priority: number | StageHandler | StageHandlerOverallReset,
3068 processor?: StageHandler | StageHandlerOverallReset
3069): void {
3070 normalizeRegister(dataProcessorFuncs, priority, processor, PRIORITY_PROCESSOR_DEFAULT);
3071}
3072
3073
3074/**

Callers 1

echarts.tsFile · 0.85

Calls 1

normalizeRegisterFunction · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…