| 13 | use gpui_component::ActiveTheme; |
| 14 | |
| 15 | use crate::completion::{ |
| 16 | CompletionContext, CompletionEngine, CompletionInput, configure_completion, |
| 17 | }; |
| 18 | |
| 19 | pub struct MultipartFormRow { |
| 20 | pub key_input: Entity<InputState>, |
| 21 | pub value_input: Entity<InputState>, |
| 22 | pub file_path: Option<PathBuf>, |
| 23 | pub enabled: bool, |
nothing calls this directly
no outgoing calls
no test coverage detected