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

Method new

src/components/multipart_form_data_editor.rs:45–50  ·  view source on GitHub ↗
(cx: &mut Context<Self>)

Source from the content-addressed store, hash-verified

43 rows: Vec<MultipartFormRow>,
44 focus_handle: FocusHandle,
45 completion_engine: Option<CompletionEngine>,
46}
47
48#[allow(dead_code)]
49impl MultipartFormDataEditor {
50 pub fn new(completion_engine: Option<CompletionEngine>, cx: &mut Context<Self>) -> Self {
51 Self {
52 rows: Vec::new(),
53 focus_handle: cx.focus_handle(),

Callers 3

add_rowMethod · 0.45
renderMethod · 0.45

Calls 1

focus_handleMethod · 0.45

Tested by

no test coverage detected