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

Method new

src/components/form_data_editor.rs:41–46  ·  view source on GitHub ↗
(cx: &mut Context<Self>)

Source from the content-addressed store, hash-verified

39pub struct FormDataEditor {
40 rows: Vec<FormDataRow>,
41 bulk_mode: bool,
42 bulk_editor: Option<Entity<InputState>>,
43 focus_handle: FocusHandle,
44 completion_engine: Option<CompletionEngine>,
45}
46
47#[allow(dead_code)]
48impl FormDataEditor {
49 pub fn new(completion_engine: Option<CompletionEngine>, cx: &mut Context<Self>) -> Self {

Callers 4

add_rowMethod · 0.45
set_from_stringMethod · 0.45
set_from_hashmapMethod · 0.45
renderMethod · 0.45

Calls 1

focus_handleMethod · 0.45

Tested by

no test coverage detected