Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/CodSpeedHQ/codspeed
/ arg
Method
arg
src/executor/helpers/command.rs:35–38 ·
view source on GitHub ↗
(&mut self, arg: S)
Source
from the content-addressed store, hash-verified
33
}
34
35
pub fn arg<S: AsRef<OsStr>>(&mut self, arg: S) -> &mut Self {
36
self.argv.push(arg.as_ref().to_owned());
37
self
38
}
39
40
pub fn args<I, S>(&mut self, args: I) -> &mut Self
41
where
Callers
15
install_mongodb_tracer
Function · 0.80
get_command_builder
Method · 0.80
walltime_bench_cmd
Method · 0.80
wrap_isolation_scope
Function · 0.80
sysctl_read
Function · 0.80
get_working_perf_executable
Function · 0.80
get_event_flags
Function · 0.80
get_compression_flags
Function · 0.80
wrap_command
Method · 0.80
get_perf_status
Function · 0.80
install_perf
Function · 0.80
bash_in_path_is_compatible
Function · 0.80
Calls
no outgoing calls
Tested by
11
test_wrap_with_args
Function · 0.64
test_wrap_without_args
Function · 0.64
test_multiple_wraps
Function · 0.64
test_wrap_with_spaces
Function · 0.64
test_wrap_and_build
Function · 0.64
test_wrap_with_builder
Function · 0.64
test_wrap_with_preserves_env
Function · 0.64
compile_c_source
Function · 0.64
test_spawn_without_static_allocator_discovery
Function · 0.64
test_spawn_with_static_allocator_discovery
Function · 0.64
compile_rust_binary
Function · 0.64