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

Method focus_handle

src/components/multipart_form_data_editor.rs:239–241  ·  view source on GitHub ↗
(&self, _cx: &App)

Source from the content-addressed store, hash-verified

237 cx.spawn_in(window, async move |_weak_this, cx| {
238 let channel_result = paths_receiver.await;
239
240 let Ok(platform_result) = channel_result else {
241 log::error!("File picker channel closed unexpectedly");
242 return;
243 };
244

Callers 1

newMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected