MCPcopy Create free account
hub / github.com/chipnertkj/chipbox / ProgramCommand

Class ProgramCommand

crates/xtask/src/program.rs:13–16  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

11mod task;
12
13pub struct ProgramCommand {
14 cmd: Box<Command>,
15 output: Option<ProgramOutputId>,
16}
17
18impl From<Command> for ProgramCommand {
19 fn from(cmd: Command) -> Self {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected