| 84 | } |
| 85 | |
| 86 | void combineState(uint8_t* state, uint8_t* otherState, |
| 87 | common::InMemOverflowBuffer* overflowBuffer) const { |
| 88 | return combineFunc(state, otherState, overflowBuffer); |
| 89 | } |
| 90 | |
| 91 | void finalizeState(uint8_t* state) const { return finalizeFunc(state); } |
| 92 |
no test coverage detected