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

Class ParamDragPreview

src/components/params_editor.rs:397–400  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

395 .on_click({
396 let this = this.clone();
397 move |_, window, cx| {
398 this.update(cx, |editor, cx| {
399 editor.add_param(window, cx);
400 });
401 }
402 }),
403 )

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected