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

Class FormDataRow

src/components/form_data_editor.rs:14–18  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

12use crate::utils::{BULK_KV_HINT, BULK_KV_LANGUAGE, BulkKvEntry, parse_bulk_kv, serialize_bulk_kv};
13use gpui_component::ActiveTheme;
14
15use crate::completion::{
16 CompletionContext, CompletionEngine, CompletionInput, configure_completion,
17};
18
19pub struct FormDataRow {
20 pub key_input: Entity<InputState>,
21 pub value_input: Entity<InputState>,

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected