Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
33
impl NameAndUri {
34
pub fn print_executing(&self) {
35
info!(
"Executing: {}"
, self.name);
36
debug!(
"Command: {:?}"
, self.command);
37
}
38
}
Callers
3
perform
Function · 0.80
perform
Function · 0.80
perform_with_valgrind
Function · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected