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

Class ParamsEditor

src/components/params_editor.rs:37–40  ·  view source on GitHub ↗

Params editor

Source from the content-addressed store, hash-verified

35
36#[derive(Clone)]
37struct DraggedParam {
38 index: usize,
39 key: String,
40 value: String,
41}
42
43/// Params editor

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected