| 33 | } |
| 34 | |
| 35 | pub struct ProgramMessage { |
| 36 | msg: Arc<str>, |
| 37 | output: ProgramOutputId, |
| 38 | } |
| 39 | |
| 40 | impl ProgramMessage { |
| 41 | pub fn new(msg: impl Into<Arc<str>>, output: ProgramOutputId) -> Self { |
nothing calls this directly
no outgoing calls
no test coverage detected