MCPcopy Create free account
hub / github.com/f0rr0/oliphaunt / child_mut

Method child_mut

tests/support/mod.rs:49–51  ·  view source on GitHub ↗
(&mut self)

Source from the content-addressed store, hash-verified

47 }
48
49 pub(crate) fn child_mut(&mut self) -> &mut Child {
50 &mut self.child
51 }
52
53 pub(crate) fn collect_stderr(&mut self) -> String {
54 let _ = self.child.kill();

Calls

no outgoing calls