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
↓ 61 callers
Method
offset_to_point
(&self, offset: usize)
crates/rope/src/rope.rs:397
↓ 61 callers
Method
update
Run a closure with mutable access to the App context. Automatically runs until parked after the closure completes.
crates/gpui/src/app/test_app.rs:111
↓ 60 callers
Method
as_str
(&self)
crates/project/src/search.rs:49
↓ 60 callers
Method
iter
(&self)
crates/text/src/operation_queue.rs:66
↓ 60 callers
Method
line_to
Draw a straight line from the current point to the given point.
crates/gpui/src/scene.rs:794
↓ 60 callers
Method
lines
(&self, mut visible_line_count: f64)
crates/editor/src/scroll/scroll_amount.rs:31
↓ 60 callers
Method
move_heads_with
( &mut self, update_head: &mut dyn FnMut( &DisplaySnapshot, DisplayPoi
crates/editor/src/selections_collection.rs:1004
↓ 60 callers
Function
post_inc
(value: &mut T)
crates/gpui_util/src/lib.rs:16
↓ 60 callers
Function
register
(editor: &mut Editor, cx: &mut Context<Vim>)
crates/vim/src/helix.rs:69
↓ 60 callers
Method
workspace
(&self)
crates/sidebar/src/sidebar.rs:131
↓ 59 callers
Method
buffer
(&self)
crates/agent/src/edit_agent/evals/fixtures/disable_cursor_blinking/before.rs:2180
↓ 59 callers
Method
clear
(&mut self, window: &mut Window, cx: &mut Context<Self>)
crates/editor/src/editor.rs:11269
↓ 59 callers
Method
clip_point_utf16
(&self, point: Unclipped<PointUtf16>, bias: Bias)
crates/rope/src/rope.rs:563
↓ 59 callers
Method
color
(id: usize, position: Anchor, color: Rgba)
crates/editor/src/inlays.rs:86
↓ 59 callers
Method
forEach
(e)
docs/theme/c15t@2.0.0-rc.3.js:1
↓ 59 callers
Function
job
Returns a Job with the same name as the enclosing function. (note job names may not contain `::`)
tooling/xtask/src/tasks/workflows/steps.rs:491
↓ 59 callers
Method
parse
( sha: String, message: String, remote_url: Option<&str>, provider_registry: O
crates/git/src/commit.rs:19
↓ 59 callers
Function
read
(android_app: &AndroidApp)
crates/gpui_android/src/clipboard.rs:46
↓ 59 callers
Function
setup
(cx: &mut TestAppContext, model: TestModel)
crates/agent/src/tests/mod.rs:4237
↓ 59 callers
Method
size
Returns the file's size on disk in bytes.
crates/language/src/buffer.rs:406
↓ 59 callers
Method
test_add_workspace
( &mut self, project: Entity<Project>, window: &mut Window, cx: &mut Context<S
crates/workspace/src/multi_workspace.rs:1730
↓ 58 callers
Method
clone_from
(&mut self, source: &Self)
crates/clock/src/clock.rs:85
↓ 58 callers
Function
deserialize
( deserializer: D, )
crates/language_model_core/src/request.rs:146
↓ 58 callers
Method
dispatch_action
(&self, action: &dyn Action, window: &mut Window, cx: &mut Context<Self>)
crates/git_ui/src/project_diff.rs:1334
↓ 58 callers
Method
extension
(&self)
crates/util/src/paths.rs:282
↓ 58 callers
Method
highlight_id_for_name
(&self, name: &str)
crates/language_core/src/grammar.rs:277
↓ 58 callers
Method
tab_stop
(mut self, index: isize, expected: usize)
crates/gpui/src/tab_stop.rs:456
↓ 57 callers
Method
as_u64
Converts this window ID to a `u64`.
crates/gpui/src/window.rs:5413
↓ 57 callers
Method
buffer
(&self)
crates/agent/src/tools/evals/fixtures/disable_cursor_blinking/before.rs:2180
↓ 57 callers
Method
get
Returns the latest tracked serial of the provided [`SerialKind`] Will return 0 if not tracked.
crates/gpui_linux/src/linux/wayland/serial.rs:43
↓ 57 callers
Function
init_test
(cx: &mut TestAppContext)
crates/sidebar/src/sidebar_tests.rs:23
↓ 57 callers
Function
init_test
(cx: &mut TestAppContext)
crates/file_finder/src/file_finder_tests.rs:3789
↓ 57 callers
Method
insert
(&mut self, c: char)
crates/fuzzy/src/char_bag.rs:15
↓ 57 callers
Method
max_point
(&self, cx: &mut App)
crates/editor/src/editor.rs:22079
↓ 57 callers
Method
on_mouse_event
Register a mouse event listener on the window for the next frame. The type of event is determined by the first parameter of the given listener. When t
crates/gpui/src/window.rs:4087
↓ 57 callers
Method
refresh
Mark the window as dirty, scheduling it to be redrawn on the next frame.
crates/gpui/src/window.rs:1755
↓ 57 callers
Method
subscribe
( &self, )
crates/agent_servers/src/acp.rs:159
↓ 57 callers
Method
to_proto
(&self)
crates/project/src/lsp_store.rs:208
↓ 56 callers
Function
P
(n,e)
docs/theme/c15t@2.0.0-rc.3.js:1
↓ 56 callers
Method
all_buffers
(&self)
crates/multi_buffer/src/multi_buffer.rs:2101
↓ 56 callers
Method
buffer
The `CommandRange` representing the entire buffer.
crates/vim/src/command.rs:1442
↓ 56 callers
Method
column
(self)
crates/editor/src/display_map.rs:2514
↓ 56 callers
Method
downgrade
(&self)
crates/workspace/src/item.rs:1330
↓ 56 callers
Method
id
(&self, cx: &App)
crates/repl/src/notebook/cell.rs:134
↓ 56 callers
Function
init_test
(cx: &mut TestAppContext)
crates/agent_ui/src/conversation_view.rs:4894
↓ 56 callers
Method
method
Sets the HTTP method for the request.
crates/extension_api/src/http_client.rs:53
↓ 56 callers
Method
new
( project: Entity<Project>, thread: WeakEntity<Thread>, language_registry: Arc<Languag
crates/agent/src/tools/edit_file_tool.rs:147
↓ 56 callers
Method
open_buffer
(&mut self, uri: Uri, content: &str)
crates/edit_prediction_context/src/fake_definition_lsp.rs:206
↓ 56 callers
Method
push
( &self, _branch: String, _remote_branch: String, _remote: String, _op
crates/fs/src/fake_git_repo.rs:1033
↓ 56 callers
Method
read_bool
(&self, setting: &str)
crates/settings/src/vscode_import.rs:102
↓ 56 callers
Function
serialize_anchor
Serializes an [`Anchor`] to be sent over RPC.
crates/language/src/proto.rs:253
↓ 56 callers
Method
snapshot
Captures a snapshot of all entity IDs that currently have alive handles. The returned [`LeakDetectorSnapshot`] can later be passed to [`assert_no_new
crates/gpui/src/app/entity_map.rs:1032
↓ 56 callers
Method
step_10
(&self)
crates/theme/src/scale.rs:141
↓ 55 callers
Function
black
Pure black in [`Hsla`]
crates/gpui/src/color.rs:346
↓ 55 callers
Method
detach_and_prompt_err
( self, msg: &str, window: &Window, cx: &App, f: impl FnOnce(&anyhow::
crates/workspace/src/notifications.rs:1241
↓ 55 callers
Method
flush_fs_events
( &self, cx: &'a mut gpui::TestAppContext, )
crates/worktree/src/worktree.rs:5777
↓ 55 callers
Method
get
(cx: &mut App)
crates/auto_update/src/auto_update.rs:384
↓ 55 callers
Method
id
(&self)
crates/gpui/examples/input.rs:423
↓ 55 callers
Method
id
(&self)
crates/editor/src/display_map/block_map.rs:360
↓ 55 callers
Method
insert
( &mut self, blocks: impl IntoIterator<Item = BlockProperties<Anchor>>, )
crates/editor/src/display_map/block_map.rs:1756
↓ 55 callers
Method
key_context
(&self, window: &mut Window, cx: &mut App)
crates/editor/src/editor.rs:2874
↓ 55 callers
Function
transparent_black
Transparent black in [`Hsla`]
crates/gpui/src/color.rs:356
↓ 54 callers
Method
add_panel
( &mut self, panel: Entity<T>, workspace: WeakEntity<Workspace>, window: &mut
crates/workspace/src/dock.rs:558
↓ 54 callers
Method
border_color
Sets a custom border color for the chip.
crates/ui/src/components/chip.rs:75
↓ 54 callers
Function
checkout_repo
()
tooling/xtask/src/tasks/workflows/steps.rs:140
↓ 54 callers
Method
database_id
(&self)
crates/workspace/src/workspace.rs:6522
↓ 54 callers
Method
dispatch_action
(&self, action: &dyn Action, window: &mut Window, cx: &mut Context<Self>)
crates/agent_ui/src/agent_diff.rs:928
↓ 54 callers
Method
id
(&self)
crates/session/src/session.rs:58
↓ 54 callers
Method
root_entry
(&self)
crates/worktree/src/worktree.rs:2638
↓ 54 callers
Method
select_anchor_ranges
(&mut self, ranges: I)
crates/editor/src/selections_collection.rs:873
↓ 54 callers
Method
send
(&mut self, cx: &mut Context<Self>)
crates/agent_ui/src/message_editor.rs:863
↓ 54 callers
Method
set_clip_at_line_ends
(&mut self, clip: bool, cx: &mut Context<Self>)
crates/editor/src/editor.rs:3569
↓ 54 callers
Method
stream
( &self, future: Fut, )
crates/language_model_core/src/rate_limiter.rs:56
↓ 53 callers
Method
add
Add a pre-loaded language to the registry.
crates/language/src/language_registry.rs:481
↓ 53 callers
Method
add_linked_worktree_for_repo
( &self, dot_git: &Path, emit_git_event: bool, worktree: Worktree, )
crates/fs/src/fs.rs:2184
↓ 53 callers
Method
as_ref
(&self)
crates/project/src/lsp_store/log_store.rs:66
↓ 53 callers
Function
create
( api_key: &str, secret_key: &str, identity: Option<&str>, video_grant: VideoGrant, )
crates/livekit_api/src/token.rs:70
↓ 53 callers
Method
create_symlink
(&self, path: &Path, target: PathBuf)
crates/fs/src/fs.rs:748
↓ 53 callers
Method
transact
Perform prepaint on child elements in a "retryable" manner, so that any side effects of prepaints can be discarded before prepainting again. This is u
crates/gpui/src/window.rs:3083
↓ 52 callers
Method
anchor_in_buffer
Lifts a buffer anchor to a multibuffer anchor without checking against excerpt boundaries. Returns `None` if there are no excerpts for the buffer
crates/multi_buffer/src/multi_buffer.rs:5256
↓ 52 callers
Method
condition
( &self, predicate: impl FnMut(&Editor, &App) -> bool, )
crates/editor/src/test/editor_test_context.rs:173
↓ 52 callers
Method
contains_str_at
(&self, position: T, needle: &str)
crates/text/src/text.rs:2104
↓ 52 callers
Method
entries
Get the item's entries
crates/gpui/src/platform.rs:1922
↓ 52 callers
Method
get
(cx: &App)
crates/file_icons/src/file_icons.rs:14
↓ 52 callers
Function
init
Initializes the `agent` crate.
crates/agent_ui/src/agent_ui.rs:418
↓ 52 callers
Method
iter
Iterates all replicas observed by this global as well as any unobserved replicas whose ID is lower than the highest observed replica.
crates/clock/src/clock.rs:193
↓ 52 callers
Method
push_operator
(&mut self, operator: Operator, window: &mut Window, cx: &mut Context<Self>)
crates/vim/src/vim.rs:1168
↓ 52 callers
Method
rhs_editor
(&self)
crates/editor/src/split.rs:428
↓ 52 callers
Method
round
Rounds the `Pixels` value to the nearest whole number. # Returns Returns a new `Pixels` instance with the rounded value.
crates/gpui/src/geometry.rs:2808
↓ 52 callers
Method
save_buffer
(&self, buffer: Entity<Buffer>, cx: &mut Context<Self>)
crates/project/src/project.rs:3267
↓ 52 callers
Function
save_thread_metadata
( session_id: acp::SessionId, title: Option<SharedString>, updated_at: DateTime<Utc>, created_
crates/sidebar/src/sidebar_tests.rs:338
↓ 52 callers
Method
seek
(&mut self, position: &MBD)
crates/multi_buffer/src/multi_buffer.rs:6871
↓ 52 callers
Method
set_next_prompt_updates
(&self, updates: Vec<acp::SessionUpdate>)
crates/acp_thread/src/connection.rs:718
↓ 52 callers
Method
start_slot
(mut self, element: impl Into<Option<E>>)
crates/ui/src/components/tab.rs:69
↓ 51 callers
Method
as_f32
Returns the raw `f32` value of this `Pixels`.
crates/gpui/src/geometry.rs:2790
↓ 51 callers
Method
chunks
(&self)
crates/rope/src/rope.rs:357
↓ 51 callers
Method
edit
(&mut self, edits: I, cx: &mut Context<Self>)
crates/agent/src/tools/evals/fixtures/disable_cursor_blinking/before.rs:2839
↓ 51 callers
Method
expect_authorization
(&mut self)
crates/agent/src/thread.rs:4111
↓ 51 callers
Method
find
( &'slf self, cx: <T::Summary as Summary>::Context<'a>, target: &Target, bias:
crates/sum_tree/src/sum_tree.rs:426
↓ 51 callers
Function
init_test
(cx: &mut TestAppContext)
crates/zed/src/zed.rs:5103
← previous
next →
701–800 of 38,615, ranked by callers