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

Method focus_handle

src/components/header_editor.rs:248–250  ·  view source on GitHub ↗
(&self, _cx: &App)

Source from the content-addressed store, hash-verified

246 self.pending_initial_headers = Some(headers);
247 }
248
249 pub fn populate_pending_headers(&mut self, window: &mut Window, cx: &mut Context<Self>) {
250 let Some(headers) = self.pending_initial_headers.take() else {
251 return;
252 };
253

Callers 1

newMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected