MCPcopy 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_tracerFunction · 0.80
get_command_builderMethod · 0.80
walltime_bench_cmdMethod · 0.80
wrap_isolation_scopeFunction · 0.80
sysctl_readFunction · 0.80
get_event_flagsFunction · 0.80
get_compression_flagsFunction · 0.80
wrap_commandMethod · 0.80
get_perf_statusFunction · 0.80
install_perfFunction · 0.80

Calls

no outgoing calls

Tested by 11

test_wrap_with_argsFunction · 0.64
test_wrap_without_argsFunction · 0.64
test_multiple_wrapsFunction · 0.64
test_wrap_with_spacesFunction · 0.64
test_wrap_and_buildFunction · 0.64
test_wrap_with_builderFunction · 0.64
compile_c_sourceFunction · 0.64
compile_rust_binaryFunction · 0.64