| 717 | } |
| 718 | |
| 719 | uint8_t CompressionCodecALP::getMethodByte() const |
| 720 | { |
| 721 | return static_cast<uint8_t>(CompressionMethodByte::ALP); |
| 722 | } |
| 723 | |
| 724 | void CompressionCodecALP::updateHash(SipHash & hash) const |
| 725 | { |
no outgoing calls
no test coverage detected