Shared reference to the governor, if any.
(&self)
| 46 | |
| 47 | /// Shared reference to the governor, if any. |
| 48 | pub(crate) fn governor(&self) -> Option<&Arc<MemoryGovernor>> { |
| 49 | self.governor.as_ref() |
| 50 | } |
| 51 | |
| 52 | pub fn len(&self) -> usize { |
| 53 | self.len |
no test coverage detected