* @param {number} [priority=1000] * @param {Object|Function} processor
(priority, processor)
| 29304 | * @param {Object|Function} processor |
| 29305 | */ |
| 29306 | function registerProcessor(priority, processor) { |
| 29307 | normalizeRegister(dataProcessorFuncs, priority, processor, PRIORITY_PROCESSOR_FILTER); |
| 29308 | } |
| 29309 | |
| 29310 | /** |
| 29311 | * Register postUpdater |
no test coverage detected