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

Method get_fields

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

Source from the content-addressed store, hash-verified

87
88 fn replace_from_bulk_entries(
89 &mut self,
90 entries: Vec<BulkKvEntry>,
91 window: &mut Window,
92 cx: &mut Context<Self>,
93 ) {
94 self.rows.clear();
95 for entry in entries {
96 let completion_engine = self.completion_engine.clone();
97 let key_input = cx.new(|cx| {
98 configure_completion(
99 InputState::new(window, cx)
100 .placeholder("Key")
101 .default_value(&entry.key),

Callers 2

build_encoded_stringMethod · 0.45
get_form_dataMethod · 0.45

Calls 1

textMethod · 0.80

Tested by

no test coverage detected