MCPcopy Create free account

hub / github.com/bajrangCoder/setu / functions

Functions609 in github.com/bajrangCoder/setu

Methodnew
(audio_bytes: Vec<u8>, content_type: String, cx: &mut Context<Self>)
src/components/audio_player.rs:49
Methodnew
( history: Entity<HistoryEntity>, collections: Entity<CollectionsEntity>, history_sear
src/components/app_sidebar.rs:53
Methodnew
(method: HttpMethod)
src/components/custom_dropdown.rs:20
Methodnew
(label: &'static str)
src/components/panel_tab.rs:17
Methodnew
(window: &mut Window, cx: &mut Context<Self>)
src/components/body_type_selector.rs:140
Methodnew
(id: usize, index: usize, name: impl Into<SharedString>, method: HttpMethod)
src/components/tab_bar.rs:21
Methodnew
(history: Entity<HistoryEntity>, search_input: Entity<InputState>)
src/components/history_panel.rs:44
Methodnew
(selected: ProtocolType)
src/components/protocol_selector.rs:38
Methodnew
(status_code: u16)
src/components/status_badge.rs:13
Methodnew
(input_state: Entity<InputState>)
src/components/url_bar.rs:31
Methodnew
(collections: Entity<CollectionsEntity>, search_input: Entity<InputState>)
src/components/collections_panel.rs:58
Methodnew
(label: &'static str, path: PathBuf, delay: Duration)
src/utils/runtime.rs:34
Methodnew
(key: impl Into<String>, value: impl Into<String>)
src/entities/request.rs:61
Methodnew
(request: RequestData)
src/entities/collections.rs:28
Methodnew
Create a new ResponseData with computed hash
src/entities/response.rs:216
Methodnew
(request: RequestData, response: Option<ResponseData>)
src/entities/history.rs:27
Methodnew
(path: Option<String>, message: impl Into<String>)
src/importers/mod.rs:17
Methodon_delete_collection
( mut self, f: impl Fn(Uuid, &mut Window, &mut App) + 'static, )
src/components/collections_panel.rs:84
Methodon_filter_change
( mut self, f: impl Fn(HistoryFilter, &mut Window, &mut App) + 'static, )
src/components/history_panel.rs:89
Methodon_group_by_change
( mut self, f: impl Fn(HistoryGroupBy, &mut Window, &mut App) + 'static, )
src/components/history_panel.rs:97
Methodon_import_collection
(mut self, f: impl Fn(&mut Window, &mut App) + 'static)
src/components/collections_panel.rs:121
Methodon_load_request
( mut self, f: impl Fn(Uuid, Uuid, &mut Window, &mut App) + 'static, )
src/components/collections_panel.rs:76
Methodon_new_collection
(mut self, f: impl Fn(&mut Window, &mut App) + 'static)
src/components/collections_panel.rs:116
Methodon_new_folder
( mut self, f: impl Fn(Uuid, Option<Uuid>, &mut Window, &mut App) + 'static, )
src/components/collections_panel.rs:126
Methodon_progress_mouse_down
( &mut self, event: &MouseDownEvent, window: &mut Window, cx: &mut Context<Sel
src/components/audio_player.rs:382
Methodon_rename_collection
( mut self, f: impl Fn(Uuid, String, &mut Window, &mut App) + 'static, )
src/components/collections_panel.rs:100
Methodon_toggle_collection_expand
( mut self, f: impl Fn(Uuid, &mut Window, &mut App) + 'static, )
src/components/collections_panel.rs:139
Methodon_toggle_star
(mut self, f: impl Fn(Uuid, &mut Window, &mut App) + 'static)
src/components/history_panel.rs:79
Functionparses_basic_auth
()
src/utils/curl_parser.rs:474
Functionparses_explicit_method
()
src/utils/curl_parser.rs:413
Functionparses_form_urlencoded
()
src/utils/curl_parser.rs:442
Functionparses_headers_and_json_body
()
src/utils/curl_parser.rs:420
Functionparses_multipart_form
()
src/utils/curl_parser.rs:458
Functionparses_real_world_multiline_curl
()
src/utils/curl_parser.rs:492
Functionparses_simple_get
()
src/utils/curl_parser.rs:404
Functionparses_user_provided_complex_curl
()
src/utils/curl_parser.rs:574
Methodpath
(self)
src/icons.rs:60
Functionprevents_moving_folder_into_descendant
()
src/entities/collections.rs:987
Methodprobe_duration
(bytes: &[u8], _content_type: &str)
src/components/audio_player.rs:67
Methodregister_actions
Register global actions
src/app.rs:38
Methodregister_keybindings
Register global keybindings
src/app.rs:45
Methodremove_header
(&mut self, index: usize, cx: &mut Context<Self>)
src/entities/request.rs:209
Methodrender
(self, _window: &mut Window, _cx: &mut App)
src/icons.rs:115
Methodrender
(&mut self, window: &mut Window, cx: &mut Context<Self>)
src/components/audio_player.rs:416
Methodrender
(&mut self, window: &mut Window, cx: &mut Context<Self>)
src/components/header_editor.rs:254
Methodrender
(self, _window: &mut Window, cx: &mut App)
src/components/app_sidebar.rs:387
Methodrender
(self, _window: &mut Window, cx: &mut App)
src/components/custom_dropdown.rs:87
Methodrender
(self, _window: &mut Window, cx: &mut App)
src/components/panel_tab.rs:40
Methodrender
(&mut self, _window: &mut gpui::Window, cx: &mut Context<Self>)
src/components/body_type_selector.rs:206
Methodrender
(self, _window: &mut Window, cx: &mut App)
src/components/tab_bar.rs:60
Methodrender
(&mut self, _window: &mut Window, cx: &mut Context<Self>)
src/components/form_data_editor.rs:204
Methodrender
(self, _window: &mut Window, cx: &mut App)
src/components/history_panel.rs:391
Methodrender
(&mut self, _window: &mut Window, cx: &mut Context<Self>)
src/components/params_editor.rs:140
Methodrender
(self, _window: &mut Window, cx: &mut App)
src/components/protocol_selector.rs:44
Methodrender
(&mut self, _window: &mut Window, cx: &mut Context<Self>)
src/components/multipart_form_data_editor.rs:245
Methodrender
(self, _window: &mut Window, cx: &mut App)
src/components/status_badge.rs:25
Methodrender
(&mut self, window: &mut Window, cx: &mut Context<Self>)
src/components/auth_editor.rs:437
Methodrender
(self, _window: &mut Window, cx: &mut App)
src/components/url_bar.rs:84
Methodrender
(self, window: &mut Window, cx: &mut App)
src/components/collections_panel.rs:891
Methodrender
(&mut self, window: &mut Window, cx: &mut Context<Self>)
src/views/command_palette.rs:369
Methodrender
(&mut self, _window: &mut Window, _cx: &mut gpui::Context<Self>)
src/views/main_view.rs:39
Methodrender
(&mut self, window: &mut Window, cx: &mut Context<Self>)
src/views/request_view.rs:657
Methodrender
(&mut self, window: &mut Window, cx: &mut Context<Self>)
src/views/response_view.rs:420
Methodrender_action_button
( theme: &gpui_component::theme::ThemeColor, group_id: SharedString, action_id: Shared
src/components/collections_panel.rs:394
Methodrender_chevron
(expanded: bool, theme: &gpui_component::theme::ThemeColor)
src/components/collections_panel.rs:365
Methodrender_collection_row
( window: &mut Window, cx: &mut App, collection: &Collection, theme: &gpui_com
src/components/collections_panel.rs:528
Methodrender_collection_tree
( window: &mut Window, cx: &mut App, collection: &Collection, theme: &gpui_com
src/components/collections_panel.rs:855
Methodrender_count_text
(theme: &gpui_component::theme::ThemeColor, count: usize)
src/components/collections_panel.rs:385
Methodrender_empty_state
( theme: &gpui_component::theme::ThemeColor, has_query: bool, )
src/components/history_panel.rs:105
Methodrender_empty_state
( theme: &gpui_component::theme::ThemeColor, on_new: Option<Rc<dyn Fn(&mut Window, &mut App) +
src/components/collections_panel.rs:171
Methodrender_folder_row
( window: &mut Window, cx: &mut App, collection_id: Uuid, folder: &crate::enti
src/components/collections_panel.rs:623
Methodrender_group_header
( group: TimeGroup, is_collapsed: bool, count: usize, theme: &gpui_component::
src/components/history_panel.rs:135
Methodrender_history_item
( entry_key: usize, entry: &HistoryEntry, theme: &gpui_component::theme::ThemeColor,
src/components/history_panel.rs:247
Methodrender_method_badge
(method_str: &'static str, method_color: gpui::Hsla)
src/components/collections_panel.rs:430
Methodrender_node_tree
( window: &mut Window, cx: &mut App, collection_id: Uuid, node: &CollectionNod
src/components/collections_panel.rs:801
Methodrender_request_row
( window: &mut Window, cx: &mut App, collection_id: Uuid, request: &crate::ent
src/components/collections_panel.rs:721
Methodrender_search_empty_state
(theme: &gpui_component::theme::ThemeColor)
src/components/collections_panel.rs:221
Methodrender_url_group_header
( domain: &str, is_collapsed: bool, count: usize, theme: &gpui_component::them
src/components/history_panel.rs:192
Methodrequest_count
(&self)
src/entities/collections.rs:113
Functionrespects_noauth_and_does_not_override_explicit_auth_headers
()
src/importers/postman.rs:1284
Functionround_trips_versioned_tree_storage
()
src/entities/collections.rs:951
Methodrun
Initialize and run the application
src/app.rs:15
Methodsave_request_to_destination
( &mut self, destination: CollectionDestination, request_name: String, request
src/views/main_view.rs:560
Functionsearch_matches_name_url_and_method_case_insensitively
()
src/entities/history.rs:364
Functionserialize_bytes_as_base64
(bytes: &Vec<u8>, serializer: S)
src/entities/response.rs:9
Functionserialize_graphql_body
(graphql: Value)
src/importers/postman.rs:908
Methodset_auth_type
Set auth type
src/components/auth_editor.rs:383
Methodset_from_string
(&mut self, content: &str, window: &mut Window, cx: &mut Context<Self>)
src/components/form_data_editor.rs:125
Methodset_method
(&mut self, method: HttpMethod, cx: &mut Context<Self>)
src/components/custom_dropdown.rs:59
Methodset_method
(&mut self, method: HttpMethod, cx: &mut Context<Self>)
src/entities/request.rs:191
Methodset_wrap_lines
Set wrap lines state (for syncing from parent)
src/components/body_type_selector.rs:191
Methodshould_eagerly_decode_body
(content_type: Option<&str>, body_bytes: &[u8])
src/entities/response.rs:324
Functionskips_disabled_bodies
()
src/importers/postman.rs:1473
Methodstatus_category
Get status category (1xx, 2xx, etc.)
src/entities/response.rs:437
Methodsubscribe_url_input_for_curl
Subscribe to URL input changes to detect pasted curl commands.
src/views/main_view.rs:194
Methodteal
()
src/theme/gpui_theme.rs:56
Methodtitle
(&self)
src/components/body_type_selector.rs:108
Methodtitle
(&self)
src/components/auth_editor.rs:48
Methodvalue
(&self)
src/components/body_type_selector.rs:112
Methodvalue
(&self)
src/components/auth_editor.rs:52
← previousnext →501–600 of 609, ranked by callers