MCPcopy Create free account

hub / github.com/Dylanmurzello/zed-android-port / functions

Functions38,615 in github.com/Dylanmurzello/zed-android-port

↓ 73 callersMethoditems
(&'a self)
crates/workspace/src/pane.rs:71
↓ 73 callersMethodmodifiers
The current state of the keyboard's modifiers
crates/gpui/src/window.rs:2461
↓ 73 callersMethodsnapshot
Retrieve a snapshot of the buffer's current state. This is computationally cheap, and allows reading from the buffer on a background thread.
crates/language/src/buffer.rs:1224
↓ 73 callersMethodstatus
(&self, cx: &'a App)
crates/agent_ui/src/buffer_codegen.rs:137
↓ 73 callersMethodtransaction
(&self, f: F)
crates/collab/src/db.rs:91
↓ 72 callersMethodhttp_client
Returns the HTTP client for the application.
crates/gpui/src/app.rs:1353
↓ 72 callersFunctionlinear_color_stop
Creates a new linear color stop. The percentage of the gradient, in the range 0.0 to 1.0.
crates/gpui/src/color.rs:805
↓ 72 callersMethodrandom_bool
Generate a random boolean with the given probability of being true.
crates/scheduler/src/test_scheduler.rs:837
↓ 72 callersMethodrecv
(&self, buf: &mut [u8])
crates/net/src/socket.rs:46
↓ 71 callersFunctionall
()
tooling/xtask/src/tasks/workflows/vars.rs:394
↓ 71 callersMethodborrow
(&self)
crates/gpui_util/src/arc_cow.rs:106
↓ 71 callersMethodenable_helix
(&mut self)
crates/vim/src/test/vim_test_context.rs:182
↓ 71 callersMethodget
Get all initialized language server IDs for a given path.
crates/project/src/manifest_tree/server_tree.rs:138
↓ 71 callersMethodinsert_file
(&self, path: impl AsRef<Path>, content: Vec<u8>)
crates/fs/src/fs.rs:1844
↓ 71 callersFunctionlanguage
(name: &str, grammar: tree_sitter::Language)
crates/languages/src/lib.rs:375
↓ 71 callersMethodswitch_mode
( &mut self, mode: Mode, leave_selections: bool, window: &mut Window,
crates/vim/src/vim.rs:1188
↓ 71 callersMethodtext_for_range
(&self, range: Range<T>)
crates/text/src/text.rs:2245
↓ 70 callersMethodentries
Returns all threads.
crates/agent_ui/src/thread_metadata_store.rs:564
↓ 70 callersMethodfile
(&self)
crates/audio/src/audio.rs:35
↓ 70 callersMethodinsert
( &mut self, id: NotificationId, build_notification: Arc<dyn Fn(&mut Context<Workspace
crates/workspace/src/notifications.rs:996
↓ 70 callersMethodnext
(&mut self)
crates/rope/src/rope.rs:1068
↓ 70 callersMethodon_click
( self, handler: impl Fn(&gpui::ClickEvent, &mut Window, &mut App) + 'static, )
crates/repl/src/notebook/cell.rs:80
↓ 70 callersMethodspawn
( &self, _task: task::SpawnInTerminal, _window: &mut ui::Window,
crates/workspace/src/tasks.rs:496
↓ 69 callersMethodcreate_dir
(&self, path: &Path)
crates/fs/src/fs.rs:744
↓ 69 callersMethodfilter
Note: If the summary type requires a non `()` context, then the filter cursor that is returned cannot be used with Rust's iterators.
crates/sum_tree/src/sum_tree.rs:609
↓ 69 callersMethodfirst
(&self, snapshot: &DisplaySnapshot)
crates/editor/src/selections_collection.rs:316
↓ 69 callersMethodinto
(self)
crates/gpui/examples/set_menus.rs:70
↓ 69 callersMethodreplace
( &mut self, identifier: &Self::Match, query: &project::search::SearchQuery, t
crates/editor/src/split.rs:1966
↓ 69 callersMethodscan_complete
(&self)
crates/worktree/src/worktree.rs:1376
↓ 69 callersMethodsession_id
(&self)
crates/agent_ui/src/buffer_codegen.rs:260
↓ 69 callersMethodtop
Returns the top edge of the bounds. # Returns A value of type `T` representing the y-coordinate of the top edge of the bounds.
crates/gpui/src/geometry.rs:1293
↓ 69 callersMethodworkspace
(&self)
crates/editor/src/editor.rs:3333
↓ 68 callersMethodanchor_to_buffer_anchor
Returns a buffer anchor and its buffer snapshot for the given anchor, if it is in the multibuffer.
crates/multi_buffer/src/multi_buffer.rs:5331
↓ 68 callersMethodclip_point
(&self, point: DisplayPoint, bias: Bias)
crates/editor/src/display_map.rs:2057
↓ 68 callersMethodfile
(&self, cx: &App)
crates/project/src/task_inventory.rs:201
↓ 68 callersMethodget_or_insert_with
( &self, key: &AtlasKey, build: &mut dyn FnMut() -> Result<Option<(Size<DevicePixels>,
crates/gpui_wgpu/src/wgpu_atlas.rs:108
↓ 68 callersMethodlanguages
Returns the list of languages for the language server. Prefer this over accessing the `language` or `languages` fields directly, as we currently supp
crates/extension/src/extension_manifest.rs:335
↓ 68 callersMethodnew_window_entity
( &mut self, build_entity: impl FnOnce(&mut Window, &mut Context<T>) -> T, )
crates/gpui/src/app/test_context.rs:1041
↓ 68 callersMethodnode
(&self, node_id: DispatchNodeId)
crates/gpui/src/key_dispatch.rs:598
↓ 68 callersFunctionopen
( workspace: &mut Workspace, _: &zed_actions::git::ViewStash, window: &mut Window, cx: &mut Co
crates/git_ui/src/stash_picker.rs:32
↓ 68 callersFunctionrepo_path
(s: &S)
crates/git/src/repository.rs:3546
↓ 68 callersMethodtext_anchor_for_position
( &self, position: T, cx: &App, )
crates/multi_buffer/src/multi_buffer.rs:1931
↓ 68 callersMethodto_owned
(self)
crates/project/src/git_store/git_traversal.rs:203
↓ 67 callersMethoddb
(&self)
crates/collab/src/rpc.rs:199
↓ 67 callersMethodnew
( agent: Rc<dyn AgentServer>, connection_store: Entity<AgentConnectionStore>, connecti
crates/agent_ui/src/conversation_view.rs:682
↓ 67 callersMethodnext
(&mut self)
crates/worktree/src/worktree.rs:6065
↓ 67 callersFunctionupdate_test_language_settings
( cx: &mut TestAppContext, f: &dyn Fn(&mut AllLanguageSettingsContent), )
crates/editor/src/editor_tests.rs:31439
↓ 67 callersMethodworkspace
(mut self, workspace: Option<WeakEntity<Workspace>>)
crates/agent_ui/src/ui/mention_crease.rs:55
↓ 66 callersMethodadd_tool
(&mut self, tool: T)
crates/agent/src/thread.rs:1583
↓ 66 callersMethodeditor
(&mut self, read: F)
crates/editor/src/test/editor_test_context.rs:182
↓ 66 callersMethodmax_point
(&self)
crates/rope/src/rope.rs:324
↓ 66 callersMethodsimulate_input
Simulate typing text.
crates/gpui/src/app/test_app.rs:405
↓ 66 callersMethodsort
(&mut self)
crates/prompt_store/src/prompt_store.rs:237
↓ 65 callersMethodas_local_mut
(&mut self)
crates/project/src/lsp_store.rs:4240
↓ 65 callersMethodas_unix_str
Get the internal unix-style representation of the path. This should not be shown to the user.
crates/util/src/rel_path.rs:239
↓ 65 callersMethodfind
()
crates/gpui_macos/src/pasteboard.rs:33
↓ 65 callersMethodis_singleton
(&self)
crates/multi_buffer/src/multi_buffer.rs:1344
↓ 65 callersMethodnew
(items: Vec<OutlineItem<T>>)
crates/language/src/outline.rs:102
↓ 65 callersMethodpush
(&mut self, op: Operation)
crates/text/src/text.rs:234
↓ 65 callersMethodstart_icon
(mut self, icon: IconName)
crates/ui_input/src/input_field.rs:73
↓ 64 callersMethodas_local
(&self)
crates/worktree/src/worktree.rs:635
↓ 64 callersMethodon_mouse_down
Bind the given callback to the mouse down event for the given mouse button, during the bubble phase. The imperative API equivalent of [`InteractiveEle
crates/gpui/src/elements/div.rs:122
↓ 64 callersMethodread
( &self, wrap_snapshot: WrapSnapshot, edits: WrapPatch, companion_view: Option
crates/editor/src/display_map/block_map.rs:645
↓ 64 callersMethodupgrade
(&self)
crates/workspace/src/item.rs:1191
↓ 64 callersFunctionwhite
Pure white in [`Hsla`]
crates/gpui/src/color.rs:386
↓ 63 callersMethodboxed_clone
(&self)
crates/gpui/tests/action_macros.rs:29
↓ 63 callersMethodfake_event
(&self, event: dap_types::messages::Events)
crates/dap/src/client.rs:251
↓ 63 callersMethodfocus_self
Move focus to the current view, assuming it implements [`Focusable`].
crates/gpui/src/app/context.rs:752
↓ 63 callersFunctioninit
Initializes the Tokio wrapper using a new Tokio runtime with 2 worker threads. If you need more threads (or access to the runtime outside of GPUI), y
crates/gpui_tokio/src/gpui_tokio.rs:12
↓ 63 callersFunctionlanguage_settings_field
( settings_content: &SettingsContent, get_language_setting_field: fn(&LanguageSettingsContent) -> Opti
crates/settings_ui/src/page_data.rs:7812
↓ 63 callersFunctionlanguage_settings_field_mut
( settings_content: &mut SettingsContent, value: Option<T>, write: fn(&mut LanguageSettingsContent
crates/settings_ui/src/page_data.rs:7829
↓ 63 callersMethodline_height
The line height associated with the current text style.
crates/gpui/src/window.rs:2333
↓ 63 callersFunctionmatch_strings
( candidates: &[T], query: &str, smart_case: bool, penalize_length: bool, max_results: usi
crates/fuzzy/src/strings.rs:117
↓ 63 callersMethodopacity
(mut self, opacity: f32)
crates/ui/src/components/button/button_like.rs:541
↓ 63 callersMethodopen_local_buffer_with_lsp
( &mut self, abs_path: impl AsRef<Path>, cx: &mut Context<Self>, )
crates/project/src/project.rs:3077
↓ 63 callersMethodpath_style
(&self)
crates/util/src/paths.rs:485
↓ 63 callersMethodtext
(&self, cx: &App)
crates/agent_ui/src/message_editor.rs:1654
↓ 63 callersFunctionuniform_list
( id: impl Into<ElementId>, item_count: usize, f: impl 'static + Fn(Range<usize>, &mut Window, &mu
crates/gpui/src/elements/uniform_list.rs:22
↓ 63 callersMethodwith_project_items
(mut self, items: &[Entity<TestProjectItem>])
crates/workspace/src/item.rs:1570
↓ 62 callersMethodalpha
Returns a new HSLA color with the same hue, saturation, and lightness, but with a new alpha value. Example: ``` let color = gpui::red(); let red_colo
crates/gpui/src/color.rs:579
↓ 62 callersMethodas_f64
(&self)
crates/editor/src/editor.rs:29917
↓ 62 callersMethodclamp
Clamps the point to a specified range. Given a minimum point and a maximum point, this method constrains the current point such that its coordinates
crates/gpui/src/geometry.rs:367
↓ 62 callersMethodinteractivity
(&mut self)
crates/gpui/src/elements/div.rs:1453
↓ 62 callersMethodinto_inner
Returns the inner value of the guard.
crates/collab/src/db.rs:301
↓ 62 callersMethodis_allow
(self)
crates/agent/src/tool_permissions.rs:676
↓ 62 callersMethodleft
Returns the left edge of the bounds. # Returns A value of type `T` representing the x-coordinate of the left edge of the bounds.
crates/gpui/src/geometry.rs:1311
↓ 62 callersMethodmotion
(&mut self, motion: Motion, window: &mut Window, cx: &mut Context<Self>)
crates/vim/src/motion.rs:720
↓ 62 callersMethodnext
(&self)
crates/agent/src/edit_agent/evals/fixtures/disable_cursor_blinking/before.rs:1005
↓ 62 callersMethodopen_url
Directs the platform's default browser to open the given URL.
crates/gpui/src/app.rs:1265
↓ 62 callersMethodright
Returns the right edge of the bounds. # Returns A value of type `T` representing the x-coordinate of the right edge of the bounds.
crates/gpui/src/geometry.rs:1320
↓ 62 callersMethodsend_partial
(&mut self, payload: serde_json::Value)
crates/agent/src/thread.rs:3327
↓ 62 callersMethodslice
(&self, range: Range<usize>)
crates/rope/src/rope.rs:134
↓ 61 callersMethodbuffer
(&self, cx: &App)
crates/agent_ui/src/buffer_codegen.rs:232
↓ 61 callersMethodbuild_workspace
( &'a self, project: &Entity<Project>, cx: &'a mut TestAppContext, )
crates/collab/tests/integration/test_server.rs:893
↓ 61 callersMethodcanonicalize
(path: &Path)
crates/fs/src/fs.rs:644
↓ 61 callersMethodgroup
Returns all of the diagnostics in a particular diagnostic group, in order of their position in the buffer.
crates/language/src/diagnostic_set.rs:290
↓ 61 callersMethodid
(&self)
crates/workspace/src/item.rs:1183
↓ 61 callersMethodindent_size_for_line
Returns [`IndentSize`] for a given line that respects user settings and language preferences.
crates/language/src/buffer.rs:3379
↓ 61 callersMethodlayout_as_root
( &mut self, available_space: Size<AvailableSpace>, window: &mut Window, cx: &
crates/gpui/src/element.rs:504
↓ 61 callersMethodnew
( style: DiffViewStyle, rhs_multibuffer: Entity<MultiBuffer>, project: Entity<Project>
crates/editor/src/split.rs:494
← previousnext →601–700 of 38,615, ranked by callers