MCPcopy Create free account
hub / github.com/Metaswitch/floki / build_docker_switches

Method build_docker_switches

src/command.rs:177–179  ·  view source on GitHub ↗
(&self)

Source from the content-addressed store, hash-verified

175 }
176
177 fn build_docker_switches(&self) -> &Vec<OsString> {
178 &self.switches
179 }
180
181 fn base_args(&self) -> Vec<&OsStr> {
182 let mut base_args: Vec<&OsStr> = vec!["run".as_ref(), "--rm".as_ref(), "-t".as_ref()];

Callers 2

runMethod · 0.80
start_as_daemonMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected