MCPcopy Create free account
hub / github.com/bajrangCoder/setu / HeaderEditor

Class HeaderEditor

src/components/header_editor.rs:30–35  ·  view source on GitHub ↗

Header editor

Source from the content-addressed store, hash-verified

28 pub description_input: Entity<InputState>,
29 pub enabled: bool,
30}
31
32#[derive(Clone)]
33struct DraggedHeader {
34 index: usize,
35 key: String,
36 value: String,
37}
38

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected