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

Method set_dirty

repl/src/editor.rs:689–692  ·  view source on GitHub ↗

Registers that the file has been modified.

(mut self)

Source from the content-addressed store, hash-verified

687
688 /// Registers that the file has been modified.
689 fn set_dirty(mut self) -> Self {
690 self.dirty = true;
691 self
692 }
693
694 /// Finalizes the list of expected side-effects on the console.
695 fn build(self) -> Vec<CapturedOut> {

Callers 15

test_split_last_lineFunction · 0.80
test_move_endFunction · 0.80
test_move_home_no_indentFunction · 0.80
test_tab_appendFunction · 0.80

Calls

no outgoing calls

Tested by 15

test_split_last_lineFunction · 0.64
test_move_endFunction · 0.64
test_move_home_no_indentFunction · 0.64
test_tab_appendFunction · 0.64