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

Method print_executing

crates/exec-harness/src/uri.rs:34–37  ·  view source on GitHub ↗
(&self)

Source from the content-addressed store, hash-verified

32
33impl NameAndUri {
34 pub fn print_executing(&self) {
35 info!("Executing: {}", self.name);
36 debug!("Command: {:?}", self.command);
37 }
38}

Callers 3

performFunction · 0.80
performFunction · 0.80
perform_with_valgrindFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected