| 179 | } |
| 180 | |
| 181 | CompressionKind compressionKind() const { |
| 182 | return static_cast<bytedance::bolt::common::CompressionKind>( |
| 183 | (value & ((1L << 56) - 1)) >> 48); |
| 184 | } |
| 185 | |
| 186 | bool multiDrivers() const { |
| 187 | return (value >> 40) != 0; |
no outgoing calls
no test coverage detected