Returns whether we created the mapping or not
(&self)
| 235 | impl Shmem { |
| 236 | /// Returns whether we created the mapping or not |
| 237 | pub fn is_owner(&self) -> bool { |
| 238 | self.config.owner |
| 239 | } |
| 240 | /// Allows for gaining/releasing ownership of the mapping |
| 241 | /// |
| 242 | /// Warning : You must ensure at least one process owns the mapping in order to ensure proper cleanup code is ran |
no outgoing calls
no test coverage detected