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

Class MultipartFormDataEditor

src/components/multipart_form_data_editor.rs:38–41  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

36 index: usize,
37 key: String,
38 value: String,
39 is_file: bool,
40}
41
42pub struct MultipartFormDataEditor {
43 rows: Vec<MultipartFormRow>,
44 focus_handle: FocusHandle,

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected