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

Class MultipartFormRow

src/components/multipart_form_data_editor.rs:15–20  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

13use gpui_component::ActiveTheme;
14
15use crate::completion::{
16 CompletionContext, CompletionEngine, CompletionInput, configure_completion,
17};
18
19pub struct MultipartFormRow {
20 pub key_input: Entity<InputState>,
21 pub value_input: Entity<InputState>,
22 pub file_path: Option<PathBuf>,
23 pub enabled: bool,

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected