Total size of the mmap'd region.
(&self)
| 222 | |
| 223 | /// Total size of the mmap'd region. |
| 224 | pub fn len(&self) -> usize { |
| 225 | self.mmap.len() |
| 226 | } |
| 227 | |
| 228 | /// Whether the mmap'd region is empty. |
| 229 | pub fn is_empty(&self) -> bool { |
no outgoing calls
no test coverage detected