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

Method focus_handle

src/components/auth_editor.rs:431–433  ·  view source on GitHub ↗
(&self, _cx: &App)

Source from the content-addressed store, hash-verified

429impl Focusable for AuthEditor {
430 fn focus_handle(&self, _cx: &App) -> FocusHandle {
431 self.focus_handle.clone()
432 }
433}
434
435impl Render for AuthEditor {
436 fn render(&mut self, window: &mut Window, cx: &mut Context<Self>) -> impl IntoElement {

Callers 2

newMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected