| 21 | use crate::completion::{ |
| 22 | CompletionContext, CompletionEngine, CompletionInput, configure_completion, |
| 23 | }; |
| 24 | |
| 25 | pub 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 | } |
nothing calls this directly
no outgoing calls
no test coverage detected