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

Class HookScriptsGuard

src/executor/wall_time/executor.rs:36–38  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

34use tempfile::NamedTempFile;
35
36struct HookScriptsGuard {
37 post_bench_script: PathBuf,
38}
39
40impl HookScriptsGuard {
41 fn execute_script_from_path<P: AsRef<Path>>(path: P) -> anyhow::Result<()> {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected