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

Class DraggedMultipartRow

src/components/multipart_form_data_editor.rs:31–36  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

29 pub value: String,
30 pub file_path: Option<PathBuf>,
31 pub enabled: bool,
32}
33
34#[derive(Clone)]
35struct DraggedMultipartRow {
36 index: usize,
37 key: String,
38 value: String,
39 is_file: bool,

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected