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

Method compose_request_url

src/views/main_view.rs:633–643  ·  view source on GitHub ↗
(base_url: String, query_string: String)

Source from the content-addressed store, hash-verified

631 }
632 }
633 main.history_rows_initialized = true;
634 cx.notify();
635 });
636 })
637 })
638 .detach();
639 }
640
641 /// Set sidebar tab
642 pub fn set_sidebar_tab(&mut self, tab: SidebarTab, cx: &mut Context<Self>) {
643 if self.sidebar_tab == tab {
644 return;
645 }
646 self.sidebar_tab = tab;

Callers

nothing calls this directly

Calls 1

is_emptyMethod · 0.45

Tested by

no test coverage detected