| 12 | use crate::utils::{BULK_KV_HINT, BULK_KV_LANGUAGE, BulkKvEntry, parse_bulk_kv, serialize_bulk_kv}; |
| 13 | use gpui_component::ActiveTheme; |
| 14 | |
| 15 | use crate::completion::{ |
| 16 | CompletionContext, CompletionEngine, CompletionInput, configure_completion, |
| 17 | }; |
| 18 | |
| 19 | pub struct FormDataRow { |
| 20 | pub key_input: Entity<InputState>, |
| 21 | pub value_input: Entity<InputState>, |
nothing calls this directly
no outgoing calls
no test coverage detected