Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/bajrangCoder/setu
/ functions
Functions
609 in github.com/bajrangCoder/setu
⨍
Functions
609
◇
Types & classes
130
↓ 1 callers
Method
populate_pending_headers
(&mut self, window: &mut Window, cx: &mut Context<Self>)
src/components/header_editor.rs:77
↓ 1 callers
Method
progress_fraction
(&self)
src/components/audio_player.rs:328
↓ 1 callers
Method
provider_name
(&self)
src/importers/postman.rs:18
↓ 1 callers
Method
remove_collection
(&mut self, id: Uuid, cx: &mut Context<Self>)
src/entities/collections.rs:438
↓ 1 callers
Method
remove_entry
(&mut self, id: Uuid, cx: &mut Context<Self>)
src/entities/history.rs:188
↓ 1 callers
Method
remove_header
Remove a header row by index
src/components/header_editor.rs:192
↓ 1 callers
Method
remove_node
( &mut self, collection_id: Uuid, node_id: Uuid, cx: &mut Context<Self>, )
src/entities/collections.rs:565
↓ 1 callers
Method
remove_param
Remove a param row by index
src/components/params_editor.rs:67
↓ 1 callers
Method
remove_row
(&mut self, index: usize, cx: &mut Context<Self>)
src/components/form_data_editor.rs:61
↓ 1 callers
Method
remove_row
(&mut self, index: usize, cx: &mut Context<Self>)
src/components/multipart_form_data_editor.rs:66
↓ 1 callers
Method
rename_collection
(&mut self, id: Uuid, new_name: &str, cx: &mut Context<Self>)
src/entities/collections.rs:447
↓ 1 callers
Method
rename_collection_target
( &mut self, target: RenameTarget, new_name: String, cx: &mut Context<Self>,
src/views/main_view.rs:863
↓ 1 callers
Method
rename_node
( &mut self, collection_id: Uuid, node_id: Uuid, new_name: &str, cx: &
src/entities/collections.rs:456
↓ 1 callers
Method
rename_tab
Rename a tab (marks as custom since user explicitly renamed)
src/views/main_view.rs:784
↓ 1 callers
Method
render_api_key_auth
(&self, theme: &gpui_component::theme::ThemeColor)
src/components/auth_editor.rs:593
↓ 1 callers
Method
render_auth_tab
(&self)
src/views/request_view.rs:845
↓ 1 callers
Method
render_basic_auth
(&self, theme: &gpui_component::theme::ThemeColor)
src/components/auth_editor.rs:514
↓ 1 callers
Method
render_bearer_auth
(&self, theme: &gpui_component::theme::ThemeColor)
src/components/auth_editor.rs:569
↓ 1 callers
Method
render_body_tab
(&self, theme: &gpui_component::theme::ThemeColor)
src/views/request_view.rs:751
↓ 1 callers
Method
render_body_tab
( &self, theme: &gpui_component::theme::ThemeColor, data: &ResponseData, _cx:
src/views/response_view.rs:754
↓ 1 callers
Method
render_content
( &self, theme: &gpui_component::theme::ThemeColor, state: &ResponseState, dat
src/views/response_view.rs:445
↓ 1 callers
Method
render_error
( &self, theme: &gpui_component::theme::ThemeColor, message: &str, )
src/views/response_view.rs:505
↓ 1 callers
Method
render_header
(&self, theme: &gpui_component::theme::ThemeColor)
src/views/main_view.rs:2613
↓ 1 callers
Method
render_headers_tab
(&self)
src/views/request_view.rs:833
↓ 1 callers
Method
render_headers_tab
( &self, theme: &gpui_component::theme::ThemeColor, data: &ResponseData, cx: &
src/views/response_view.rs:906
↓ 1 callers
Method
render_loading
(&self, theme: &gpui_component::theme::ThemeColor)
src/views/response_view.rs:488
↓ 1 callers
Method
render_params_tab
(&self)
src/views/request_view.rs:821
↓ 1 callers
Method
render_raw_tab
(&self, theme: &gpui_component::theme::ThemeColor)
src/views/response_view.rs:889
↓ 1 callers
Method
render_request_panel
( &self, url_input: Option<Entity<InputState>>, method_dropdown: Entity<MethodDropdown
src/views/main_view.rs:2507
↓ 1 callers
Method
render_request_response_split
( &self, url_input: Option<Entity<InputState>>, method_dropdown: Entity<MethodDropdown
src/views/main_view.rs:2558
↓ 1 callers
Method
render_shortcuts
( &self, theme: &gpui_component::theme::ThemeColor, this: Entity<MainView>, )
src/views/main_view.rs:2640
↓ 1 callers
Method
render_success
( &self, theme: &gpui_component::theme::ThemeColor, data: &ResponseData, cx: &
src/views/response_view.rs:533
↓ 1 callers
Method
render_tab_content
( &self, theme: &gpui_component::theme::ThemeColor, cx: &Context<Self>, )
src/views/request_view.rs:736
↓ 1 callers
Method
render_tab_content
( &self, theme: &gpui_component::theme::ThemeColor, data: &ResponseData, cx: &
src/views/response_view.rs:635
↓ 1 callers
Method
render_tabs
( &self, _theme: &gpui_component::theme::ThemeColor, this: Entity<RequestView>, )
src/views/request_view.rs:686
↓ 1 callers
Method
render_tabs
( &self, _theme: &gpui_component::theme::ThemeColor, this: Entity<ResponseView>, )
src/views/response_view.rs:591
↓ 1 callers
Method
resume
(&mut self, cx: &mut Context<Self>)
src/components/audio_player.rs:194
↓ 1 callers
Function
sample_request
(name: &str, url: &str, method: HttpMethod)
src/entities/history.rs:322
↓ 1 callers
Method
save_to_file
(&mut self, window: &mut Window, cx: &mut Context<Self>)
src/views/response_view.rs:258
↓ 1 callers
Method
search
(&self, query: &str)
src/entities/history.rs:228
↓ 1 callers
Method
seek_to_pointer
(&mut self, position: Point<Pixels>, cx: &mut Context<Self>)
src/components/audio_player.rs:288
↓ 1 callers
Method
select
(&mut self, method: HttpMethod, cx: &mut Context<Self>)
src/components/custom_dropdown.rs:47
↓ 1 callers
Method
select_next
(&mut self)
src/views/command_palette.rs:322
↓ 1 callers
Method
select_prev
(&mut self)
src/views/command_palette.rs:331
↓ 1 callers
Method
selected
Get selected type
src/components/body_type_selector.rs:179
↓ 1 callers
Method
set_file_for_row
( &mut self, index: usize, path: PathBuf, _window: &mut Window, cx: &m
src/components/multipart_form_data_editor.rs:94
↓ 1 callers
Method
set_from_hashmap
( &mut self, data: &std::collections::HashMap<String, String>, window: &mut Window,
src/components/form_data_editor.rs:166
↓ 1 callers
Method
set_from_multipart_fields
( &mut self, fields: &[crate::entities::MultipartField], window: &mut Window,
src/components/multipart_form_data_editor.rs:162
↓ 1 callers
Method
set_history_filter
(&mut self, filter: HistoryFilter, cx: &mut Context<Self>)
src/views/main_view.rs:264
↓ 1 callers
Method
set_history_group_by
(&mut self, group_by: HistoryGroupBy, cx: &mut Context<Self>)
src/views/main_view.rs:269
↓ 1 callers
Method
set_loading
(&mut self, cx: &mut Context<Self>)
src/entities/response.rs:478
↓ 1 callers
Method
set_or_update_header
Set or update a header - if key exists, update value; otherwise add new
src/components/header_editor.rs:167
↓ 1 callers
Method
set_request_response_layout
( &mut self, layout: RequestResponseLayout, cx: &mut Context<Self>, )
src/views/main_view.rs:1684
↓ 1 callers
Method
set_sidebar_tab
Set sidebar tab
src/views/main_view.rs:259
↓ 1 callers
Method
set_success
Alias for set_response
src/entities/response.rs:493
↓ 1 callers
Method
show_import_summary_dialog
( &mut self, summary: ImportSummary, window: &mut Window, cx: &mut Context<Sel
src/views/main_view.rs:1408
↓ 1 callers
Method
show_move_collection_node_dialog
( &mut self, source_collection_id: Uuid, node_id: Uuid, window: &mut Window,
src/views/main_view.rs:1065
↓ 1 callers
Method
show_new_folder_dialog
( &mut self, collection_id: Uuid, parent_folder_id: Option<Uuid>, window: &mut
src/views/main_view.rs:990
↓ 1 callers
Method
show_rename_collection_dialog
( &mut self, collection_id: Uuid, current_name: String, window: &mut Window,
src/views/main_view.rs:952
↓ 1 callers
Method
show_rename_collection_node_dialog
( &mut self, collection_id: Uuid, node_id: Uuid, current_name: String,
src/views/main_view.rs:969
↓ 1 callers
Method
show_rename_dialog
Show rename dialog for a tab
src/views/main_view.rs:793
↓ 1 callers
Method
spawn_request
Spawn an HTTP request on the Tokio runtime and return a receiver for the result. This allows GPUI's async executor to await the result without being i
src/http/client.rs:46
↓ 1 callers
Method
starred
(&self)
src/entities/history.rs:224
↓ 1 callers
Function
status_color
Get status code color
src/theme/gpui_theme.rs:233
↓ 1 callers
Method
status_text
(&self)
src/components/audio_player.rs:373
↓ 1 callers
Method
stop
(&mut self, cx: &mut Context<Self>)
src/components/audio_player.rs:206
↓ 1 callers
Method
sync_body_type_header
(&mut self, window: &mut Window, cx: &mut Context<Self>)
src/views/request_view.rs:262
↓ 1 callers
Method
sync_playback_state
(&mut self)
src/components/audio_player.rs:104
↓ 1 callers
Method
syntax_language
(&self)
src/components/body_type_selector.rs:72
↓ 1 callers
Method
time_group
(&self)
src/entities/history.rs:53
↓ 1 callers
Method
to_header
Generate Authorization header if applicable
src/components/auth_editor.rs:105
↓ 1 callers
Method
toggle
(&mut self, cx: &mut Context<Self>)
src/components/custom_dropdown.rs:28
↓ 1 callers
Method
toggle
(&mut self, window: &mut Window, cx: &mut Context<Self>)
src/views/command_palette.rs:277
↓ 1 callers
Method
toggle_collection_expand
Toggle collection expanded state
src/views/main_view.rs:531
↓ 1 callers
Method
toggle_collection_expanded
(&mut self, id: Uuid, cx: &mut Context<Self>)
src/entities/collections.rs:482
↓ 1 callers
Method
toggle_collection_node_expand
( &mut self, collection_id: Uuid, node_id: Uuid, cx: &mut Context<Self>, )
src/views/main_view.rs:537
↓ 1 callers
Method
toggle_command_palette
(&mut self, window: &mut Window, cx: &mut Context<Self>)
src/views/main_view.rs:1695
↓ 1 callers
Method
toggle_group_collapsed
(&mut self, group: TimeGroup, cx: &mut Context<Self>)
src/entities/history.rs:295
↓ 1 callers
Method
toggle_header
Toggle header enabled state
src/components/header_editor.rs:218
↓ 1 callers
Method
toggle_history_star
Toggle star status of a history entry
src/views/main_view.rs:385
↓ 1 callers
Method
toggle_node_expanded
( &mut self, collection_id: Uuid, node_id: Uuid, cx: &mut Context<Self>, )
src/entities/collections.rs:491
↓ 1 callers
Method
toggle_param
Toggle param enabled state
src/components/params_editor.rs:81
↓ 1 callers
Method
toggle_row
(&mut self, index: usize, cx: &mut Context<Self>)
src/components/form_data_editor.rs:73
↓ 1 callers
Method
toggle_row
(&mut self, index: usize, cx: &mut Context<Self>)
src/components/multipart_form_data_editor.rs:78
↓ 1 callers
Method
toggle_star
(&mut self, id: Uuid, cx: &mut Context<Self>)
src/entities/history.rs:197
↓ 1 callers
Method
toggle_wrap_lines
Toggle wrap lines and emit event
src/components/body_type_selector.rs:184
↓ 1 callers
Method
toggle_wrap_lines
(&mut self, window: &mut Window, cx: &mut Context<Self>)
src/views/response_view.rs:200
↓ 1 callers
Function
tokenize
Tokenize a shell-style command line, honoring single quotes, double quotes, backslash escapes, and line continuations (`\` at end of line).
src/utils/curl_parser.rs:273
↓ 1 callers
Method
trigger_search
Trigger search in the body editor
src/views/request_view.rs:582
↓ 1 callers
Method
trigger_search
(&mut self, window: &mut Window, _cx: &mut Context<Self>)
src/views/response_view.rs:215
↓ 1 callers
Method
upsert_request_header
(&self, key: &str, value: &str, cx: &mut Context<Self>)
src/views/request_view.rs:245
↓ 1 callers
Function
url_has_query_key
(url: &str, key: &str)
src/importers/postman.rs:960
↓ 1 callers
Function
value_to_string
(value: Value)
src/importers/postman.rs:747
↓ 1 callers
Method
volume_down
(&mut self, cx: &mut Context<Self>)
src/components/audio_player.rs:234
↓ 1 callers
Method
volume_up
(&mut self, cx: &mut Context<Self>)
src/components/audio_player.rs:225
↓ 1 callers
Method
with_method
(mut self, method: HttpMethod)
src/entities/request.rs:180
Method
active
(mut self, active: bool)
src/components/panel_tab.rs:25
Method
active_tab
(mut self, tab: SidebarTab)
src/components/app_sidebar.rs:88
Method
add_header
(&mut self, header: Header, cx: &mut Context<Self>)
src/entities/request.rs:203
Method
add_to_history
Add current request to history
src/views/main_view.rs:400
← previous
next →
301–400 of 609, ranked by callers