| 28 | //============================================================================== |
| 29 | template <typename ProcessContext> |
| 30 | void process(const ProcessContext& context) noexcept |
| 31 | { |
| 32 | processorChain.process(context); |
| 33 | } |
| 34 | |
| 35 | //============================================================================== |
| 36 | void reset() noexcept |
nothing calls this directly
no outgoing calls
no test coverage detected