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

Method drop

src/components/auth_editor.rs:206–208  ·  view source on GitHub ↗
(&mut self)

Source from the content-addressed store, hash-verified

204/// Authentication editor component
205pub struct AuthEditor {
206 auth_type: AuthType,
207 auth_type_select: Entity<SelectState<Vec<AuthType>>>,
208 // Basic auth
209 username_input: Option<gpui::Entity<InputState>>,
210 password_input: Option<gpui::Entity<InputState>>,
211 // Bearer token

Callers

nothing calls this directly

Calls 1

flushMethod · 0.80

Tested by

no test coverage detected