()
| 38 | } |
| 39 | |
| 40 | fn memtrack_path() -> Option<PathBuf> { |
| 41 | which::which(MEMTRACK_COMMAND).ok() |
| 42 | } |
| 43 | |
| 44 | /// Whether the installed memtrack binary already carries the required capabilities. |
| 45 | pub fn has_memtrack_capabilities() -> bool { |
no outgoing calls
no test coverage detected