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

Method stdin

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

Source from the content-addressed store, hash-verified

256 }
257
258 fn stdin(&mut self, cfg: std::process::Stdio) -> &mut Self {
259 self.command.stdin(cfg);
260 self
261 }
262
263 fn stdout(&mut self, cfg: std::process::Stdio) -> &mut Self {
264 self.command.stdout(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