MCPcopy Index your code
hub / github.com/endbasic/endbasic / is_dirty

Method is_dirty

std/src/program.rs:89–91  ·  view source on GitHub ↗
(&self)

Source from the content-addressed store, hash-verified

87#[async_trait(?Send)]
88impl 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"))

Callers 1

continue_if_modifiedFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected