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

Method build_encoded_string

src/components/form_data_editor.rs:100–113  ·  view source on GitHub ↗
(&self, cx: &App)

Source from the content-addressed store, hash-verified

98 configure_completion(
99 InputState::new(window, cx)
100 .placeholder("Key")
101 .default_value(&entry.key),
102 completion_engine.as_ref(),
103 CompletionContext::FormName,
104 )
105 });
106 let completion_engine = self.completion_engine.clone();
107 let value_input = cx.new(|cx| {
108 configure_completion(
109 InputState::new(window, cx)
110 .placeholder("Value")
111 .default_value(&entry.value),
112 completion_engine.as_ref(),
113 CompletionContext::FormValue,
114 )
115 });
116

Callers

nothing calls this directly

Calls 3

filterMethod · 0.80
get_fieldsMethod · 0.45
is_emptyMethod · 0.45

Tested by

no test coverage detected