(
&self,
_system_info: &SystemInfo,
_setup_cache_dir: Option<&Path>,
)
| 128 | } |
| 129 | |
| 130 | async fn setup( |
| 131 | &self, |
| 132 | _system_info: &SystemInfo, |
| 133 | _setup_cache_dir: Option<&Path>, |
| 134 | ) -> Result<()> { |
| 135 | install_memtrack().await |
| 136 | } |
| 137 | |
| 138 | fn grant_privileges(&self) -> Result<()> { |
| 139 | ensure_memtrack_capabilities() |
nothing calls this directly
no test coverage detected