MCPcopy Index your code
hub / github.com/arraypad/each / run

Method run

src/action.rs:72–77  ·  view source on GitHub ↗
(&self, cmd: Exec)

Source from the content-addressed store, hash-verified

70 }
71
72 pub fn run(&self, cmd: Exec) -> Result<(), Error> {
73 let result = cmd.capture()?;
74 std::io::stdout().write_all(&result.stdout)?;
75 std::io::stderr().write_all(&result.stderr)?;
76 Ok(())
77 }
78}

Callers 1

processFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected