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

Method toggle_row

src/components/multipart_form_data_editor.rs:78–83  ·  view source on GitHub ↗
(&mut self, index: usize, cx: &mut Context<Self>)

Source from the content-addressed store, hash-verified

76 self.rows.push(MultipartFormRow {
77 key_input,
78 value_input,
79 file_path: None,
80 enabled: true,
81 });
82
83 cx.notify();
84 }
85
86 pub fn remove_row(&mut self, index: usize, cx: &mut Context<Self>) {

Callers 1

renderMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected