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

Class DraggedHeader

src/components/header_editor.rs:23–27  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

21use crate::completion::{
22 CompletionContext, CompletionEngine, CompletionInput, configure_completion,
23};
24
25pub struct HeaderRow {
26 pub key_input: Entity<InputState>,
27 pub value_input: Entity<InputState>,
28 pub description_input: Entity<InputState>,
29 pub enabled: bool,
30}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected