| 29 | |
| 30 | #[derive(Default)] |
| 31 | pub struct EditorState { |
| 32 | layout: Layout<Brush>, |
| 33 | previous_max_width: f64, |
| 34 | buffer: String, |
| 35 | selection: Selection, |
| 36 | } |
| 37 | |
| 38 | impl Editor { |
| 39 | pub fn new<'a>( |
nothing calls this directly
no outgoing calls
no test coverage detected
searching dependent graphs…