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

Method focus_handle

src/components/form_data_editor.rs:198–200  ·  view source on GitHub ↗
(&self, _cx: &App)

Source from the content-addressed store, hash-verified

196 }
197 let row = self.rows.remove(from);
198 self.rows.insert(to, row);
199 cx.notify();
200 }
201
202 pub fn get_fields(&self, cx: &App) -> Vec<FormDataField> {
203 if self.bulk_mode {

Callers 1

newMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected