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

Method title

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

Source from the content-addressed store, hash-verified

70
71pub enum TabContent {
72 Request {
73 request: Entity<RequestEntity>,
74 response: Entity<ResponseEntity>,
75 url_input: Option<Entity<InputState>>,
76 method_dropdown: Entity<MethodDropdownState>,
77 request_view: Entity<RequestView>,

Calls

no outgoing calls

Tested by

no test coverage detected