MCPcopy Create free account
hub / github.com/CodSpeedHQ/codspeed / memtrack_path

Function memtrack_path

src/executor/memory/setup.rs:40–42  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

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

Callers 2

Calls

no outgoing calls

Tested by

no test coverage detected