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

Class ProgramMessage

crates/xtask/src/program.rs:35–38  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

33}
34
35pub struct ProgramMessage {
36 msg: Arc<str>,
37 output: ProgramOutputId,
38}
39
40impl ProgramMessage {
41 pub fn new(msg: impl Into<Arc<str>>, output: ProgramOutputId) -> Self {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected