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

Method previous_tab

src/views/main_view.rs:1766–1773  ·  view source on GitHub ↗
(&mut self, cx: &mut Context<Self>)

Source from the content-addressed store, hash-verified

1764 let completion_engine = self.completion_engine.clone();
1765 let view = cx.new(|cx| {
1766 WebSocketView::new(
1767 request,
1768 environments,
1769 history,
1770 collection_id,
1771 completion_engine,
1772 initial_history,
1773 cx,
1774 )
1775 });
1776 let tab_id = TabId(self.next_tab_id);

Callers 2

execute_commandMethod · 0.80
renderMethod · 0.80

Calls 2

switch_tabMethod · 0.80
lenMethod · 0.45

Tested by

no test coverage detected