MCPcopy Create free account

hub / github.com/bajrangCoder/setu / functions

Functions609 in github.com/bajrangCoder/setu

↓ 1 callersMethodensure_raw_display
(&mut self, window: &mut Window, cx: &mut Context<Self>)
src/views/response_view.rs:160
↓ 1 callersMethodensure_sidebar_inputs
Ensure sidebar search inputs are initialized
src/views/main_view.rs:247
↓ 1 callersMethodensure_url_input
Ensure URL input is initialized for a tab
src/views/main_view.rs:182
↓ 1 callersMethodexecute_command
(&mut self, command_id: CommandId, cx: &mut Context<Self>)
src/views/command_palette.rs:353
↓ 1 callersMethodexecute_command
(&mut self, cmd_id: CommandId, cx: &mut Context<Self>)
src/views/main_view.rs:1701
↓ 1 callersFunctionexecute_request
Internal function to execute the HTTP request
src/http/client.rs:66
↓ 1 callersMethodexecute_selected
(&mut self, cx: &mut Context<Self>)
src/views/command_palette.rs:344
↓ 1 callersMethodfiltered_clone
(&self, query: &str)
src/entities/collections.rs:154
↓ 1 callersMethodfiltered_collections
(&self, query: &str)
src/entities/collections.rs:633
↓ 1 callersFunctionfind_folder_mut
( nodes: &mut [CollectionNode], folder_id: Uuid, )
src/entities/collections.rs:784
↓ 1 callersMethodflush
(&mut self)
src/components/auth_editor.rs:182
↓ 1 callersMethodfocus_handle
(&self, _cx: &App)
src/components/audio_player.rs:410
↓ 1 callersMethodfocus_handle
(&self, _cx: &App)
src/components/header_editor.rs:248
↓ 1 callersMethodfocus_handle
(&self, _cx: &App)
src/components/body_type_selector.rs:200
↓ 1 callersMethodfocus_handle
(&self, _cx: &App)
src/components/form_data_editor.rs:198
↓ 1 callersMethodfocus_handle
(&self, _cx: &App)
src/components/params_editor.rs:134
↓ 1 callersMethodfocus_handle
(&self, _cx: &App)
src/components/multipart_form_data_editor.rs:239
↓ 1 callersMethodfocus_handle
(&self, _cx: &App)
src/views/command_palette.rs:363
↓ 1 callersMethodfocus_handle
(&self, _cx: &App)
src/views/main_view.rs:1944
↓ 1 callersMethodfocus_handle
(&self, _cx: &App)
src/views/request_view.rs:651
↓ 1 callersMethodfocus_handle
(&self, _cx: &App)
src/views/response_view.rs:414
↓ 1 callersMethodfolder_count
(&self)
src/importers/mod.rs:37
↓ 1 callersMethodformatted_duration
Human-readable duration
src/entities/response.rs:454
↓ 1 callersMethodformatted_size
Human-readable size
src/entities/response.rs:442
↓ 1 callersMethodget_all_headers
Get all headers including auth headers
src/views/request_view.rs:362
↓ 1 callersMethodget_body_content
Get body content from editor
src/views/request_view.rs:318
↓ 1 callersMethodget_body_type
Get the current body type
src/views/request_view.rs:102
↓ 1 callersMethodget_collection
(&self, id: Uuid)
src/entities/collections.rs:611
↓ 1 callersMethodget_config
Get current auth config
src/components/auth_editor.rs:397
↓ 1 callersMethodget_entry
(&self, id: Uuid)
src/entities/history.rs:220
↓ 1 callersMethodget_form_data
(&self, cx: &App)
src/components/form_data_editor.rs:115
↓ 1 callersMethodget_headers
(&self, cx: &App)
src/components/header_editor.rs:234
↓ 1 callersMethodget_multipart_fields
(&self, cx: &App)
src/components/multipart_form_data_editor.rs:140
↓ 1 callersMethodget_params
Get all params
src/components/params_editor.rs:99
↓ 1 callersMethodget_request_body
Get the request body with proper type
src/views/request_view.rs:325
↓ 1 callersMethodget_request_node
( &self, collection_id: Uuid, node_id: Uuid, )
src/entities/collections.rs:624
↓ 1 callersMethodgroup_by
(mut self, group_by: HistoryGroupBy)
src/components/history_panel.rs:64
↓ 1 callersMethodgrouped_entries
(&self)
src/entities/history.rs:240
↓ 1 callersMethodhas_reached_end
(&self)
src/components/audio_player.rs:315
↓ 1 callersFunctionheader_value
(headers: &'a [Header], name: &str)
src/utils/curl_parser.rs:209
↓ 1 callersMethodhistory_filter
(mut self, filter: HistoryFilter)
src/components/app_sidebar.rs:209
↓ 1 callersMethodhistory_group_by
(mut self, group_by: HistoryGroupBy)
src/components/app_sidebar.rs:214
↓ 1 callersMethodimport_body_from_file
Import body content from a file
src/views/request_view.rs:434
↓ 1 callersMethodimport_collection
( &mut self, imported: ImportedCollection, cx: &mut Context<Self>, )
src/entities/collections.rs:415
↓ 1 callersMethodimport_file
(&self, path: &Path)
src/importers/mod.rs:101
↓ 1 callersFunctionimport_item
( item: PostmanItem, parent_path: &[String], inherited_auth: Option<&ImportedAuth>, warnings:
src/importers/postman.rs:299
↓ 1 callersFunctionimport_request
( name: String, request: PostmanRequest, path: &[String], inherited_auth: Option<&ImportedAuth
src/importers/postman.rs:384
↓ 1 callersFunctioninit_theme
(cx: &mut App)
src/theme/gpui_theme.rs:4
↓ 1 callersMethodis_available
(&self)
src/components/protocol_selector.rs:26
↓ 1 callersMethodis_group_collapsed
(&self, group: &TimeGroup)
src/entities/history.rs:304
↓ 1 callersMethodis_image
Check if response is an image
src/entities/response.rs:397
↓ 1 callersMethodis_json
Check if response is JSON based on content-type
src/entities/response.rs:392
↓ 1 callersMethodlanguage
Get the language name for syntax highlighting
src/entities/response.rs:56
↓ 1 callersMethodload_collection_item
Load a collection item into a new tab
src/views/main_view.rs:412
↓ 1 callersMethodload_from_file
(&mut self, path: &PathBuf)
src/entities/collections.rs:367
↓ 1 callersMethodload_from_file
(&mut self, path: &PathBuf)
src/entities/history.rs:135
↓ 1 callersMethodload_history_entry
Load a history entry into a new tab
src/views/main_view.rs:275
↓ 1 callersMethodloading
(mut self, loading: bool)
src/components/url_bar.rs:53
↓ 1 callersFunctionlooks_like_curl
Quick check whether a string looks like a curl command.
src/utils/curl_parser.rs:15
↓ 1 callersFunctionlooks_like_json
(text: &str)
src/utils/curl_parser.rs:265
↓ 1 callersFunctionmap_body
( body: Option<PostmanBody>, headers: &[Header], path: &[String], warnings: &mut Vec<ImportWar
src/importers/postman.rs:533
↓ 1 callersFunctionmap_file_body
( file: Option<PostmanFileBody>, headers: &[Header], path: &[String], warnings: &mut Vec<Impor
src/importers/postman.rs:930
↓ 1 callersFunctionmap_headers
( headers: Option<PostmanHeaders>, path: &[String], warnings: &mut Vec<ImportWarning>, )
src/importers/postman.rs:454
↓ 1 callersFunctionmap_method
( method: Option<&str>, path: &[String], warnings: &mut Vec<ImportWarning>, )
src/importers/postman.rs:429
↓ 1 callersFunctionmap_url
(url: PostmanUrl)
src/importers/postman.rs:480
↓ 1 callersMethodmatches
(&self, _path: &Path, contents: &str)
src/importers/postman.rs:22
↓ 1 callersMethodmatches_query
(&self, query: &str)
src/entities/collections.rs:124
↓ 1 callersMethodmethod_dropdown
( mut self, dropdown_state: Entity<MethodDropdownState>, request: Entity<RequestEntity
src/components/url_bar.rs:43
↓ 1 callersMethodmove_destinations_for_node
( &self, source_collection_id: Uuid, node_id: Uuid, )
src/entities/collections.rs:658
↓ 1 callersMethodmove_header
(&mut self, from: usize, to: usize, cx: &mut Context<Self>)
src/components/header_editor.rs:225
↓ 1 callersMethodmove_param
Move param from one index to another
src/components/params_editor.rs:89
↓ 1 callersMethodmove_row
(&mut self, from: usize, to: usize, cx: &mut Context<Self>)
src/components/form_data_editor.rs:80
↓ 1 callersMethodmove_row
(&mut self, from: usize, to: usize, cx: &mut Context<Self>)
src/components/multipart_form_data_editor.rs:85
↓ 1 callersMethodnew
(id: CommandId, label: &'static str, icon: IconName)
src/views/command_palette.rs:62
↓ 1 callersMethodon_cancel
( mut self, callback: impl Fn(&ClickEvent, &mut Window, &mut App) + 'static, )
src/components/url_bar.rs:66
↓ 1 callersMethodon_clear
(mut self, f: impl Fn(&mut Window, &mut App) + 'static)
src/components/history_panel.rs:84
↓ 1 callersMethodon_clear_history
(mut self, f: impl Fn(&mut Window, &mut App) + 'static)
src/components/app_sidebar.rs:122
↓ 1 callersMethodon_click
( mut self, callback: impl Fn(&ClickEvent, &mut Window, &mut App) + 'static, )
src/components/panel_tab.rs:30
↓ 1 callersMethodon_close
( mut self, callback: impl Fn(&gpui::ClickEvent, &mut Window, &mut App) + 'static, )
src/components/tab_bar.rs:170
↓ 1 callersMethodon_delete_collection_node
( mut self, f: impl Fn(Uuid, Uuid, &mut Window, &mut App) + 'static, )
src/components/app_sidebar.rs:143
↓ 1 callersMethodon_delete_entry
(mut self, f: impl Fn(Uuid, &mut Window, &mut App) + 'static)
src/components/history_panel.rs:74
↓ 1 callersMethodon_delete_history_entry
( mut self, f: impl Fn(Uuid, &mut Window, &mut App) + 'static, )
src/components/app_sidebar.rs:109
↓ 1 callersMethodon_delete_node
( mut self, f: impl Fn(Uuid, Uuid, &mut Window, &mut App) + 'static, )
src/components/collections_panel.rs:92
↓ 1 callersMethodon_load_collection_request
( mut self, f: impl Fn(Uuid, Uuid, &mut Window, &mut App) + 'static, )
src/components/app_sidebar.rs:127
↓ 1 callersMethodon_load_history_request
( mut self, f: impl Fn(Uuid, &mut Window, &mut App) + 'static, )
src/components/app_sidebar.rs:101
↓ 1 callersMethodon_move_collection_node
( mut self, f: impl Fn(Uuid, Uuid, &mut Window, &mut App) + 'static, )
src/components/app_sidebar.rs:185
↓ 1 callersMethodon_move_node
(mut self, f: impl Fn(Uuid, Uuid, &mut Window, &mut App) + 'static)
src/components/collections_panel.rs:134
↓ 1 callersMethodon_rename_collection_node
( mut self, f: impl Fn(Uuid, Uuid, String, &mut Window, &mut App) + 'static, )
src/components/app_sidebar.rs:159
↓ 1 callersMethodon_rename_node
( mut self, f: impl Fn(Uuid, Uuid, String, &mut Window, &mut App) + 'static, )
src/components/collections_panel.rs:108
↓ 1 callersMethodon_save_to_collection
( mut self, callback: impl Fn(&ClickEvent, &mut Window, &mut App) + 'static, )
src/components/url_bar.rs:74
↓ 1 callersMethodon_send
( mut self, callback: impl Fn(&ClickEvent, &mut Window, &mut App) + 'static, )
src/components/url_bar.rs:58
↓ 1 callersMethodon_tab_change
( mut self, f: impl Fn(SidebarTab, &mut Window, &mut App) + 'static, )
src/components/app_sidebar.rs:93
↓ 1 callersMethodon_toggle_collection_node_expand
( mut self, f: impl Fn(Uuid, Uuid, &mut Window, &mut App) + 'static, )
src/components/app_sidebar.rs:201
↓ 1 callersMethodon_toggle_node_expand
( mut self, f: impl Fn(Uuid, Uuid, &mut Window, &mut App) + 'static, )
src/components/collections_panel.rs:147
↓ 1 callersFunctionparse_header
(raw: &str)
src/utils/curl_parser.rs:193
↓ 1 callersFunctionparse_method
(value: &str)
src/utils/curl_parser.rs:180
↓ 1 callersFunctionparse_raw_headers
( raw_headers: &str, path: &[String], warnings: &mut Vec<ImportWarning>, )
src/importers/postman.rs:830
↓ 1 callersMethodpause
(&mut self, cx: &mut Context<Self>)
src/components/audio_player.rs:182
↓ 1 callersMethodpick_file_for_row
(&mut self, index: usize, window: &mut Window, cx: &mut Context<Self>)
src/components/multipart_form_data_editor.rs:195
↓ 1 callersMethodpointer_seek_target
(&self, position: Point<Pixels>)
src/components/audio_player.rs:295
← previousnext →201–300 of 609, ranked by callers