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

Method active_tab

src/views/main_view.rs:697–699  ·  view source on GitHub ↗
(&self)

Source from the content-addressed store, hash-verified

695 let history = self.history.read(cx);
696 history.get_entry(entry_id).map(|entry| {
697 (
698 entry.websocket_request.clone(),
699 entry.websocket_result.clone(),
700 entry.request.clone(),
701 entry.response.clone(),
702 entry.display_name(),

Callers 2

duplicate_requestMethod · 0.45
renderMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected