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

Method toggle_row

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

Source from the content-addressed store, hash-verified

71 CompletionContext::FormValue,
72 )
73 }));
74 }
75 }
76
77 fn rows_as_bulk_entries(&self, cx: &App) -> Vec<BulkKvEntry> {
78 self.rows
79 .iter()
80 .map(|row| BulkKvEntry {
81 key: row.key_input.read(cx).text().to_string(),

Callers 1

renderMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected