MCPcopy Create free account

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

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

↓ 157 callersMethodas_path
(&self)
crates/util/src/paths.rs:274
↓ 157 callersMethodlanguages
(&self)
crates/project/src/project.rs:2191
↓ 157 callersFunctionrgb
Convert an RGB hex color code number to a color type
crates/gpui/src/color.rs:14
↓ 156 callersMethodlen
(&self)
crates/multi_buffer/src/multi_buffer.rs:891
↓ 155 callersMethodis_ok
(&self)
crates/agent_ui/src/conversation_view.rs:640
↓ 155 callersMethodlen
(&self)
crates/project/src/search_history.rs:120
↓ 154 callersFunctioninit
(cx: &mut App)
crates/zed/src/zed.rs:141
↓ 153 callersMethodlen_utf8
(&self)
crates/gpui/src/text_system/line_wrapper.rs:359
↓ 152 callersMethodfs
(&self)
crates/collab/tests/integration/test_server.rs:630
↓ 151 callersMethoditems_center
Sets the element to align flex items along the center of the container's cross axis. [Docs](https://tailwindcss.com/docs/align-items#center)
crates/gpui/src/styled.rs:278
↓ 151 callersMethodmove_with
( &mut self, move_selection: &mut dyn FnMut(&DisplaySnapshot, &mut Selection<DisplayPoint>),
crates/editor/src/selections_collection.rs:955
↓ 151 callersMethodset_excerpts_for_path
( &mut self, path: PathKey, buffer: Entity<Buffer>, ranges: impl IntoIterator<
crates/multi_buffer/src/path_key.rs:83
↓ 150 callersMethodopen_path
( &mut self, path: ProjectPath, cx: &mut Context<Self>, )
crates/project/src/project.rs:3045
↓ 150 callersMethodpop
Pops an element from the priority queue blocking if necessary. This method is best suited if you only intend to pop one element, for better performan
crates/gpui/src/queue.rs:283
↓ 149 callersMethodget
(&self, mut index: usize)
crates/editor/src/code_context_menus.rs:1478
↓ 148 callersMethodinsert
(&mut self, focus_handle: &FocusHandle)
crates/gpui/src/tab_stop.rs:78
↓ 148 callersMethodor_insert_with
(self, default: F)
crates/collections/src/vecmap.rs:106
↓ 147 callersMethodchange_selections
( &mut self, autoscroll: Option<Autoscroll>, window: &mut Window, cx: &mut Con
crates/agent/src/tools/evals/fixtures/disable_cursor_blinking/before.rs:2797
↓ 147 callersMethodclone
(&self)
crates/gpui/src/geometry.rs:373
↓ 147 callersMethodfile_name
(&self)
crates/util/src/paths.rs:278
↓ 147 callersMethodtrack_focus
(mut self, focus_handle: &gpui::FocusHandle)
crates/ui/src/components/tree_view_item.rs:113
↓ 146 callersMethodfile
The file associated with the buffer, if any.
crates/language/src/buffer.rs:1411
↓ 145 callersMethodfind_project_path
Attempts to find a `ProjectPath` corresponding to the given path. If the path is a *full path*, meaning it starts with the root name of a worktree, we
crates/project/src/project.rs:4968
↓ 145 callersMethodstyle
(&mut self, cx: &App)
crates/editor/src/editor.rs:22257
↓ 144 callersMethodborrow_mut
(&mut self)
crates/gpui/src/app/context.rs:880
↓ 144 callersMethodentry
(&self)
crates/project/src/git_store/git_traversal.rs:139
↓ 144 callersMethodnew
(sample_text: &str, cx: &mut TestAppContext)
crates/editor/src/editor_tests.rs:28226
↓ 144 callersFunctionwrite
(android_app: &AndroidApp, item: ClipboardItem)
crates/gpui_android/src/clipboard.rs:80
↓ 143 callersMethodnewest_anchor
(&self)
crates/editor/src/selections_collection.rs:269
↓ 143 callersMethodset
(&mut self, item: ClipboardItem)
crates/gpui_linux/src/linux/wayland/clipboard.rs:158
↓ 143 callersMethodto_async
Creates an `AsyncApp`, which can be cloned and has a static lifetime so it can be held across `await` points.
crates/gpui/src/app.rs:1643
↓ 142 callersMethodextend
Extends the container with another one, overwriting the existing variables on collision.
crates/task/src/task.rs:279
↓ 142 callersMethodremote_id
(&self)
crates/editor/src/items.rs:65
↓ 142 callersMethodstatus
(&self)
crates/vim/src/state.rs:1112
↓ 142 callersMethodwrite
(&self, key: String, value: String)
crates/db/src/kvp.rs:110
↓ 141 callersMethodset_language
Assign a language to the buffer, blocking for up to 1ms to reparse the buffer.
crates/language/src/buffer.rs:1451
↓ 140 callersMethodcontains_focused
Obtains whether the element associated with this handle contains the focused element or is itself focused.
crates/gpui/src/window.rs:327
↓ 140 callersMethodedit
(&mut self, edits: I, cx: &mut Context<Self>)
crates/editor/src/editor.rs:4164
↓ 140 callersMethodremove
(&mut self, range: Range<usize>)
crates/agent_ui/src/entry_view_state.rs:251
↓ 140 callersMethodsnapshot
(&self, buffer_id: BufferId, cx: &App)
crates/multi_buffer/src/multi_buffer.rs:515
↓ 139 callersMethodextend
(&mut self, elements: impl IntoIterator<Item = AnyElement>)
crates/extensions_ui/src/components/extension_card.rs:26
↓ 139 callersMethodlen
(&self)
crates/agent/src/edit_agent/evals/fixtures/disable_cursor_blinking/before.rs:20881
↓ 139 callersMethodremote_id
(&self)
crates/project/src/project.rs:2257
↓ 138 callersMethodinsert
(&mut self, key: K, value: V)
crates/sum_tree/src/tree_map.rs:75
↓ 138 callersMethodinto_any
(self)
crates/gpui/src/app/entity_map.rs:458
↓ 137 callersMethoddetach
Detaching a task runs it to completion in the background.
crates/gpui/src/executor.rs:53
↓ 137 callersFunctionget
(content: &SettingsContent)
crates/settings/src/settings_store.rs:2532
↓ 137 callersMethodrange
Get the range value after self is applied to the specified selection.
crates/vim/src/motion.rs:1335
↓ 137 callersMethodregister_fake_lsp
( &self, language_name: impl Into<LanguageName>, mut adapter: crate::FakeLspAdapter,
crates/language/src/language_registry.rs:329
↓ 137 callersMethodrequest
(&self, request: R)
crates/project/src/debugger/session.rs:565
↓ 136 callersMethodentry
(&self, index: usize)
crates/agent_ui/src/entry_view_state.rs:54
↓ 136 callersMethodinsert
(&mut self, users: Vec<proto::User>)
crates/client/src/user.rs:959
↓ 135 callersMethodnext
(&self, focused_id: Option<&FocusId>)
crates/gpui/src/tab_stop.rs:111
↓ 135 callersMethodopen_local_buffer
( &mut self, abs_path: impl AsRef<Path>, cx: &mut Context<Self>, )
crates/project/src/project.rs:3061
↓ 135 callersMethodworktree_for_id
(&self, id: WorktreeId, cx: &App)
crates/project/src/project.rs:2438
↓ 134 callersMethodexec
(&mut self)
crates/sqlez/src/statement.rs:292
↓ 134 callersMethodoutput
(&mut self)
crates/util/src/command.rs:129
↓ 133 callersMethodallow_parking
(&self)
crates/gpui/src/executor.rs:323
↓ 133 callersMethodsaturating_sub
(self, other: RowDelta)
crates/editor/src/display_map/dimensions.rs:5
↓ 132 callersMethodadd_request_handler
(&mut self, handler: F)
crates/collab/src/rpc.rs:701
↓ 132 callersMethodok
(self)
crates/settings/src/settings_store.rs:1503
↓ 131 callersMethodabs_path
(&self)
crates/project/src/project.rs:6447
↓ 131 callersMethodinsert_tree
(&mut self, other: TreeMap<K, V>)
crates/sum_tree/src/tree_map.rs:192
↓ 131 callersMethodkind
(&self)
crates/project/src/project.rs:6508
↓ 130 callersFunctionstart
()
crates/gpui/examples/tree.rs:54
↓ 130 callersMethodsubscribe_in
Subscribe to events emitted by another entity. The entity to which you're subscribing must implement the [`EventEmitter`] trait. The callback will be
crates/gpui/src/app/context.rs:355
↓ 130 callersMethodto_string
(&self)
crates/vim/src/command.rs:178
↓ 129 callersMethodicon_color
(selected: bool)
crates/workspace/src/pane.rs:2654
↓ 129 callersMethodto_string
(&self)
tooling/compliance/src/git.rs:134
↓ 128 callersMethodbody
Sets the body of the request.
crates/extension_api/src/http_client.rs:77
↓ 128 callersMethodsnapshot
(&self)
crates/project/src/git_store.rs:4304
↓ 127 callersMethodrepeat
( &mut self, from_insert_mode: bool, window: &mut Window, cx: &mut Context<Sel
crates/vim/src/normal/repeat.rs:233
↓ 127 callersMethodtry_into
(self)
crates/gpui/src/window.rs:5694
↓ 126 callersMethodadd_entity_request_handler
(&self, handler: H)
crates/rpc/src/proto_client.rs:436
↓ 126 callersMethodstore
Set or delete the API key in the system keychain.
crates/language_model/src/api_key.rs:99
↓ 125 callersMethodadd_item
( &mut self, item: Box<dyn ItemHandle>, activate_pane: bool, focus_item: bool,
crates/workspace/src/pane.rs:1345
↓ 125 callersMethodis_whitespace
(&self, c: char)
crates/language/src/buffer.rs:6024
↓ 124 callersMethodas_str
(&self)
crates/editor/src/editor.rs:9637
↓ 124 callersMethodcmp
(&self, other: &Anchor, buffer: &BufferSnapshot)
crates/text/src/anchor.rs:91
↓ 124 callersMethodentry_for_path
(&'a self, path: &ProjectPath, cx: &'a App)
crates/project/src/project.rs:4931
↓ 124 callersMethodhide_mouse_cursor
(&mut self, origin: HideMouseCursorOrigin, cx: &mut Context<Self>)
crates/editor/src/editor.rs:3014
↓ 124 callersMethodline_len
(&self, row: u32)
crates/rope/src/rope.rs:615
↓ 123 callersFunctionbuild
(flake_output: &str)
tooling/xtask/src/tasks/workflows/nix_build.rs:40
↓ 123 callersMethodchange_selections
( &mut self, autoscroll: Option<Autoscroll>, window: &mut Window, cx: &mut Con
crates/agent/src/edit_agent/evals/fixtures/disable_cursor_blinking/before.rs:2797
↓ 123 callersMethodedit
Applies the given edits to the buffer. Each edit is specified as a range of text to delete, and a string of text to insert at that location. Adjacent
crates/language/src/buffer.rs:2640
↓ 123 callersFunctioninit_test
(cx: &mut gpui::TestAppContext)
crates/project/tests/integration/project_tests.rs:12475
↓ 123 callersMethodnotify
Tell GPUI that an entity has changed and observers of it should be notified.
crates/gpui/src/app.rs:2323
↓ 123 callersMethodupgrade
(self)
crates/agent/src/legacy_thread.rs:88
↓ 122 callersMethodspawn
(self, cx: &App)
crates/cloud_api_client/src/websocket.rs:29
↓ 121 callersMethodall
Constructs `Edges` where all sides are set to the same specified value. This function creates an `Edges` instance with the `top`, `right`, `bottom`,
crates/gpui/src/geometry.rs:1817
↓ 121 callersMethodpoint_to_offset
(&self, point: Point)
crates/rope/src/rope.rs:455
↓ 121 callersMethodsize
(mut self, size: impl Into<AbsoluteLength>)
crates/git_ui/src/commit_tooltip.rs:62
↓ 120 callersMethodchannel_store
(&self)
crates/collab/tests/integration/test_server.rs:634
↓ 120 callersMethodis_dir
(&self)
crates/project/src/project.rs:6472
↓ 120 callersMethodsend
(self, payload: R::Response)
crates/collab/src/rpc.rs:123
↓ 118 callersMethodcmp
(&self, other: &Self, buffer: &MultiBufferSnapshot)
crates/editor/src/display_map/fold_map.rs:1327
↓ 118 callersMethodis_empty
(&self)
crates/gpui/src/geometry.rs:1621
↓ 118 callersMethodnotify
Sends a notification to the context server without expecting a response. This function serializes the notification and sends it through the outbound c
crates/context_server/src/client.rs:466
↓ 118 callersMethodpush
(&mut self, path: &RelPath)
crates/util/src/rel_path.rs:320
↓ 117 callersMethodclip_point
(&self, point: Point, bias: Bias)
crates/rope/src/rope.rs:553
← previousnext →301–400 of 38,615, ranked by callers