MCPcopy Create free account
hub / github.com/Kethku/Pando / EditorState

Class EditorState

aspen/src/components/editor.rs:31–36  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

29
30#[derive(Default)]
31pub struct EditorState {
32 layout: Layout<Brush>,
33 previous_max_width: f64,
34 buffer: String,
35 selection: Selection,
36}
37
38impl Editor {
39 pub fn new<'a>(

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…