(&self)
| 162 | /// Returns `true` if this is a hashed section (contributes to content hash). |
| 163 | #[inline] |
| 164 | pub fn is_hashed(&self) -> bool { |
| 165 | self.section_type.is_hashed() |
| 166 | } |
| 167 | |
| 168 | /// Returns the uncompressed payload size in bytes. |
| 169 | #[inline] |
no outgoing calls
no test coverage detected