MCPcopy Create free account
hub / github.com/Work-Fisher/code-claw / stdout

Method stdout

claw-code/rust/crates/runtime/src/hooks.rs:263–266  ·  view source on GitHub ↗
(&mut self, cfg: std::process::Stdio)

Source from the content-addressed store, hash-verified

261 }
262
263 fn stdout(&mut self, cfg: std::process::Stdio) -> &mut Self {
264 self.command.stdout(cfg);
265 self
266 }
267
268 fn stderr(&mut self, cfg: std::process::Stdio) -> &mut Self {
269 self.command.stderr(cfg);

Callers 4

execute_shell_commandFunction · 0.80
execute_bashFunction · 0.80
spawnMethod · 0.80
run_commandMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected