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

Class DraggedParam

src/components/params_editor.rs:30–34  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

28/// Query parameter
29#[derive(Debug, Clone)]
30pub struct QueryParam {
31 pub key: String,
32 pub value: String,
33 pub enabled: bool,
34}
35
36#[derive(Clone)]
37struct DraggedParam {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected