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

Method move_param

src/components/params_editor.rs:89–96  ·  view source on GitHub ↗

Move param from one index to another

(&mut self, from: usize, to: usize, cx: &mut Context<Self>)

Source from the content-addressed store, hash-verified

87 enabled: row.enabled,
88 })
89 .collect()
90 }
91
92 fn replace_from_bulk_entries(
93 &mut self,
94 entries: Vec<BulkKvEntry>,
95 window: &mut Window,
96 cx: &mut Context<Self>,
97 ) {
98 // Preserve descriptions across bulk round-trips by matching keys.
99 let mut descriptions: HashMap<String, String> = HashMap::new();

Callers 1

renderMethod · 0.80

Calls 1

lenMethod · 0.45

Tested by

no test coverage detected