MCPcopy Index your code
hub / github.com/SuperMap/iClient-JavaScript / registerProcessor

Function registerProcessor

libs/echarts/echarts-en.simple.js:29306–29308  ·  view source on GitHub ↗

* @param {number} [priority=1000] * @param {Object|Function} processor

(priority, processor)

Source from the content-addressed store, hash-verified

29304 * @param {Object|Function} processor
29305 */
29306function registerProcessor(priority, processor) {
29307 normalizeRegister(dataProcessorFuncs, priority, processor, PRIORITY_PROCESSOR_FILTER);
29308}
29309
29310/**
29311 * Register postUpdater

Callers 1

Calls 1

normalizeRegisterFunction · 0.70

Tested by

no test coverage detected