Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Dylanmurzello/zed-android-port
/ functions
Functions
38,615 in github.com/Dylanmurzello/zed-android-port
⨍
Functions
38,615
◇
Types & classes
7,505
↓ 239 callers
Method
clone
(&self)
crates/clock/src/clock.rs:77
↓ 239 callers
Method
into
(self)
crates/ui/src/styles/animation.rs:21
↓ 239 callers
Method
item_id
(&self)
crates/workspace/src/item.rs:1009
↓ 236 callers
Method
notify
(&self, params: T::Params)
crates/editor/src/test/editor_lsp_test_context.rs:499
↓ 235 callers
Method
row
(&mut self)
crates/sqlez/src/statement.rs:347
↓ 234 callers
Method
clone
(&self)
crates/ui/src/components/keybinding.rs:29
↓ 232 callers
Method
entity
Read the root view pointer off of this window. This will fail if the window is closed or if the root view's type does not match `V`.
crates/gpui/src/window.rs:5522
↓ 232 callers
Method
next
(&mut self)
crates/collections/src/vecmap.rs:71
↓ 232 callers
Method
register_action
( &mut self, listener: impl Fn(&A, &mut Window, &mut App) + 'static, )
crates/editor/src/editor.rs:26167
↓ 232 callers
Method
to_vec
(&self)
crates/theme/src/styles/colors.rs:579
↓ 232 callers
Method
worktrees
( &self, cx: &'a App, )
crates/project/src/project.rs:2366
↓ 230 callers
Method
display_snapshot
(&self, cx: &mut App)
crates/editor/src/editor.rs:2824
↓ 228 callers
Method
push
(&mut self, hunk: String, cx: &mut App)
crates/agent_ui/src/terminal_codegen.rs:195
↓ 227 callers
Method
focus
Moves the focus to the element associated with this handle.
crates/gpui/src/window.rs:424
↓ 227 callers
Method
insert
(&mut self, text: &str, window: &mut Window, cx: &mut Context<Self>)
crates/agent/src/tools/evals/fixtures/disable_cursor_blinking/before.rs:4051
↓ 227 callers
Method
update_user_settings
( &mut self, cx: &mut App, update: impl FnOnce(&mut SettingsContent), )
crates/settings/src/settings_store.rs:515
↓ 225 callers
Method
as_ref
(&self)
crates/dap/src/adapters.rs:67
↓ 225 callers
Method
to_point
(self, map: &DisplaySnapshot)
crates/editor/src/display_map.rs:2526
↓ 224 callers
Method
timer
(&self, duration: Duration)
crates/gpui/src/executor.rs:284
↓ 222 callers
Method
to_path_buf
(&self)
crates/util/src/paths.rs:302
↓ 221 callers
Function
add_labeled_item
( pane: &Entity<Pane>, label: &str, is_dirty: bool, cx: &mut VisualTestContext
crates/workspace/src/pane.rs:8856
↓ 220 callers
Method
row
(self)
crates/editor/src/display_map.rs:2510
↓ 219 callers
Method
remove
(&mut self, key: &K)
crates/text/src/text.rs:3630
↓ 219 callers
Method
update_editor
( &mut self, cx: &mut Context<Self>, update: impl FnOnce(&mut Self, &mut Editor, &mut
crates/vim/src/vim.rs:1584
↓ 216 callers
Method
flex
Sets the display type of the element to `flex`. [Docs](https://tailwindcss.com/docs/display)
crates/gpui/src/styled.rs:45
↓ 216 callers
Method
path
(&self)
crates/util/src/test.rs:29
↓ 214 callers
Method
context
(&self)
crates/editor/src/test/editor_test_context.rs:877
↓ 214 callers
Method
iter
(&self)
crates/collections/src/vecmap.rs:31
↓ 214 callers
Function
rust_lang
()
crates/language/src/language.rs:1511
↓ 213 callers
Function
text
(text: impl Into<String>)
crates/agent/src/edit_agent/evals.rs:1122
↓ 212 callers
Method
send
(&self, receiver_id: ConnectionId, message: T)
crates/rpc/src/peer.rs:539
↓ 211 callers
Method
iter_mut
(&mut self)
crates/gpui/src/platform.rs:1054
↓ 209 callers
Method
into
(self)
crates/workspace/src/dock.rs:295
↓ 207 callers
Method
as_ref
(&self)
crates/git/src/repository.rs:3551
↓ 207 callers
Method
is_deny
(self)
crates/agent/src/tool_permissions.rs:684
↓ 207 callers
Method
join
Joins two subscriptions into a single subscription. Detach will detach both interior subscriptions.
crates/gpui/src/subscription.rs:172
↓ 207 callers
Method
open_buffer
( &mut self, path: impl Into<ProjectPath>, cx: &mut App, )
crates/project/src/project.rs:3157
↓ 206 callers
Method
opacity
Multiplies the alpha value of the color by a given factor and returns a new HSLA color. Useful for transforming colors with dynamic opacity, like a c
crates/gpui/src/color.rs:549
↓ 203 callers
Method
read
(&self, cx: &App)
crates/multi_buffer/src/multi_buffer.rs:1331
↓ 202 callers
Method
eq
(&self, other: &Self)
crates/collab_ui/src/collab_panel.rs:3779
↓ 202 callers
Method
push
(&mut self, item: T, cx: <T::Summary as Summary>::Context<'_>)
crates/sum_tree/src/sum_tree.rs:768
↓ 201 callers
Method
justify_between
Sets the element to justify flex items along the container's main axis such that there is an equal amount of space between each item. [Docs](https://t
crates/gpui/src/styled.rs:370
↓ 201 callers
Method
set_global
Sets the global [`Fs`].
crates/fs/src/fs.rs:386
↓ 199 callers
Method
as_singleton
(&self)
crates/multi_buffer/src/multi_buffer.rs:1336
↓ 199 callers
Method
weak_entity
Returns a weak handle to the entity belonging to this context.
crates/gpui/src/app/context.rs:57
↓ 198 callers
Method
is_empty
(&self, cx: &App)
crates/agent_ui/src/message_editor.rs:672
↓ 197 callers
Method
id
(&self)
crates/project/src/project.rs:482
↓ 196 callers
Function
channel
(value: T)
crates/watch/src/watch.rs:13
↓ 191 callers
Method
to_string
(&self)
crates/remote/src/transport/ssh.rs:69
↓ 190 callers
Method
push
( &mut self, data: Option<D>, row: Option<u32>, cx: &mut App, )
crates/workspace/src/pane.rs:4610
↓ 190 callers
Function
test
(cx: &mut EditorTestContext, initial_state: &'static str, expected_state: &'static str)
crates/editor/src/editor_tests.rs:9492
↓ 190 callers
Function
try_parse_color
(color: &str)
crates/theme_settings/src/schema.rs:842
↓ 187 callers
Method
push
(&mut self, entry: SelectionHistoryEntry)
crates/editor/src/editor.rs:1656
↓ 187 callers
Method
update
(cx: &mut App, f: impl FnOnce(&mut Self, &mut App) -> R)
crates/onboarding/src/onboarding.rs:585
↓ 186 callers
Method
lines
(self)
crates/rope/src/rope.rs:1017
↓ 185 callers
Method
add
(&mut self, query: String, cx: &App)
crates/command_palette/src/command_palette.rs:197
↓ 184 callers
Method
propagate
Action handlers stop propagation by default during the bubble phase of action dispatch dispatching to action handlers higher in the element tree. This
crates/gpui/src/app.rs:1990
↓ 183 callers
Method
len
(&self)
crates/editor/src/editor.rs:29963
↓ 183 callers
Method
replace
(&mut self, range: Range<usize>, text: &str)
crates/rope/src/rope.rs:124
↓ 183 callers
Method
snapshot
(&self)
crates/text/src/text.rs:833
↓ 183 callers
Method
split
(&self, input: &str)
crates/util/src/shell.rs:746
↓ 183 callers
Method
stop_propagation
Event handlers propagate events by default. Call this method to stop dispatching to event handlers with a lower z-index (mouse) or higher in the tree
crates/gpui/src/app.rs:1982
↓ 183 callers
Method
subscribe
Arrange for the given callback to be invoked whenever the given entity emits an event of a given type. The callback is provided a handle to the emitti
crates/gpui/src/app.rs:996
↓ 182 callers
Method
remove
(&mut self, path: &TriePath)
crates/project/src/manifest_tree/path_trie.rs:106
↓ 181 callers
Method
get
(name: &SharedString, cx: &mut App)
crates/gpui/src/elements/div.rs:3200
↓ 180 callers
Method
or
(self, other: EnvVar)
crates/env_var/src/env_var.rs:20
↓ 180 callers
Method
push
(&mut self, entry: SelectionHistoryEntry)
crates/agent/src/edit_agent/evals/fixtures/disable_cursor_blinking/before.rs:1129
↓ 179 callers
Method
active_item
(&self)
crates/workspace/src/pane.rs:1383
↓ 178 callers
Method
contains_key
(&self, key: &K)
crates/sum_tree/src/tree_map.rs:56
↓ 177 callers
Method
bg
Sets the background color of the element.
crates/gpui/src/styled.rs:467
↓ 177 callers
Method
to_str
(&self)
crates/util/src/paths.rs:298
↓ 176 callers
Method
insert
(&mut self, text: &str, window: &mut Window, cx: &mut Context<Self>)
crates/editor/src/editor.rs:5722
↓ 175 callers
Method
display
Determine the display on which the window is visible.
crates/gpui/src/window.rs:2249
↓ 175 callers
Method
len
(&self)
crates/agent/src/tools/evals/fixtures/disable_cursor_blinking/before.rs:20880
↓ 173 callers
Method
is_empty
(&self, cx: &App)
crates/editor/src/editor.rs:22089
↓ 172 callers
Method
clone
(&self, window: &mut Window, cx: &mut Context<Self>)
crates/livekit_client/src/remote_video_track_view.rs:69
↓ 171 callers
Method
args
(&mut self, args: I)
crates/util/src/command.rs:62
↓ 171 callers
Method
handle_input
(&mut self, text: &str, window: &mut Window, cx: &mut Context<Self>)
crates/editor/src/editor.rs:4822
↓ 171 callers
Method
justify_center
Sets the element to justify flex items along the center of the container's main axis. [Docs](https://tailwindcss.com/docs/justify-content#center)
crates/gpui/src/styled.rs:362
↓ 170 callers
Method
as_slice
(&self)
crates/rope/src/chunk.rs:151
↓ 169 callers
Method
snapshot
(&self, window: &mut Window, cx: &mut App)
crates/agent/src/tools/evals/fixtures/disable_cursor_blinking/before.rs:2192
↓ 169 callers
Method
start
(&self)
crates/editor/src/display_map/block_map.rs:138
↓ 167 callers
Function
rems
Constructs a `Rems` value representing a length in rems. # Arguments `rems` - The number of rems for the length. # Returns A `Rems` representing t
crates/gpui/src/geometry.rs:3711
↓ 166 callers
Method
clone
(&self)
crates/vim/src/state.rs:1035
↓ 166 callers
Method
header
(mut self, header: ModalHeader)
crates/ui/src/components/modal.rs:32
↓ 166 callers
Method
simulate
(&mut self, keystrokes: &str, initial_state: &str)
crates/vim/src/test/neovim_backed_test_context.rs:272
↓ 165 callers
Function
rems_from_px
(px: impl Into<f32>)
crates/ui/src/styles/units.rs:13
↓ 164 callers
Method
get
(&self, capture_id: u32)
crates/language_core/src/highlight_map.rs:31
↓ 164 callers
Function
neutral
()
crates/theme/src/default_colors.rs:7
↓ 164 callers
Method
set_text
( &mut self, text: impl Into<Arc<str>>, window: &mut Window, cx: &mut Context<
crates/editor/src/editor.rs:22104
↓ 162 callers
Method
action
Register an action on the editor.
crates/vim/src/vim.rs:1029
↓ 162 callers
Method
edit
(&mut self, edits: R)
crates/text/src/text.rs:870
↓ 162 callers
Method
toggle_state
(mut self, selected: bool)
crates/ui/src/components/tab.rs:97
↓ 161 callers
Method
context
(self, cx: C)
crates/collab/src/errors.rs:15
↓ 161 callers
Method
flex_1
(mut self)
crates/ui/src/components/label/label.rs:88
↓ 161 callers
Method
is_empty
(&self, cx: &App)
crates/agent/src/tools/evals/fixtures/disable_cursor_blinking/before.rs:16265
↓ 160 callers
Method
remote_id
(&self)
crates/text/src/text.rs:858
↓ 159 callers
Method
insert
(&mut self, region: ChangedRegion, text: &BufferSnapshot)
crates/language/src/syntax_map.rs:1989
↓ 159 callers
Method
new
(low_b: B1, high_b: B2)
crates/multi_buffer/src/multi_buffer.rs:242
↓ 159 callers
Method
snapshot
(&self, window: &mut Window, cx: &mut App)
crates/agent/src/edit_agent/evals/fixtures/disable_cursor_blinking/before.rs:2192
← previous
next →
201–300 of 38,615, ranked by callers