(&self)
| 87 | #[async_trait(?Send)] |
| 88 | impl Program for ImmutableProgram { |
| 89 | fn is_dirty(&self) -> bool { |
| 90 | false |
| 91 | } |
| 92 | |
| 93 | async fn edit(&mut self, _console: &mut dyn Console) -> io::Result<()> { |
| 94 | Err(io::Error::other("Editing not supported")) |
no outgoing calls
no test coverage detected