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

Method get_form_data

src/components/form_data_editor.rs:115–123  ·  view source on GitHub ↗
(&self, cx: &App)

Source from the content-addressed store, hash-verified

113 CompletionContext::FormValue,
114 )
115 });
116
117 self.rows.push(FormDataRow {
118 key_input,
119 value_input,
120 enabled: entry.enabled,
121 });
122 }
123 }
124
125 pub fn toggle_bulk_mode(&mut self, window: &mut Window, cx: &mut Context<Self>) {
126 if self.bulk_mode {

Callers 1

get_request_bodyMethod · 0.45

Calls 2

get_fieldsMethod · 0.45
is_emptyMethod · 0.45

Tested by

no test coverage detected