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

Class FormDataEditor

src/components/form_data_editor.rs:34–37  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

32#[derive(Clone)]
33struct DraggedRow {
34 index: usize,
35 key: String,
36 value: String,
37}
38
39pub struct FormDataEditor {
40 rows: Vec<FormDataRow>,

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected