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
↓ 51 callers
Method
items_len
(&self)
crates/workspace/src/pane.rs:1369
↓ 51 callers
Method
language_scope_at
Returns the [`LanguageScope`] at the given location.
crates/language/src/buffer.rs:3891
↓ 51 callers
Method
last
(&self)
crates/agent/src/tools/evals/fixtures/disable_cursor_blinking/before.rs:798
↓ 51 callers
Function
open_close_queried_buffer
( input: &str, expected_matches: usize, expected_editor_title: &str, workspace: &Entity<Worksp
crates/file_finder/src/file_finder_tests.rs:3731
↓ 51 callers
Method
project
(&self)
crates/agent_ui/src/agent_connection_store.rs:85
↓ 51 callers
Method
prompt
Present a platform dialog. The provided message will be presented, along with buttons for each answer. When a button is clicked, the returned Receiver
crates/gpui/src/window.rs:4885
↓ 51 callers
Method
remove
( &self, emitter: &EmitterKey, )
crates/gpui/src/subscription.rs:89
↓ 51 callers
Function
send_message
(panel: &Entity<AgentPanel>, cx: &mut VisualTestContext)
crates/agent_ui/src/test_support.rs:143
↓ 51 callers
Method
server_id
(&self)
crates/project/src/project.rs:588
↓ 51 callers
Method
spawn
(&self, future: F)
crates/scheduler/src/executor.rs:40
↓ 51 callers
Method
write
( &mut self, inlay_snapshot: InlaySnapshot, edits: Vec<InlayEdit>, )
crates/editor/src/display_map/fold_map.rs:403
↓ 50 callers
Function
blue
()
crates/theme/src/default_colors.rs:1820
↓ 50 callers
Method
bottom
Returns the bottom edge of the bounds. # Returns A value of type `T` representing the y-coordinate of the bottom edge of the bounds.
crates/gpui/src/geometry.rs:1302
↓ 50 callers
Method
buffer_snapshot
(&self, snapshot: &'a MultiBufferSnapshot)
crates/multi_buffer/src/multi_buffer.rs:7215
↓ 50 callers
Method
flex_row
Sets the flex direction of the element to `row`. [Docs](https://tailwindcss.com/docs/flex-direction#row)
crates/gpui/src/styled.rs:159
↓ 50 callers
Function
init_test
(cx: &mut TestAppContext)
crates/project_panel/src/project_panel_tests.rs:10141
↓ 50 callers
Method
metadata
(&self)
crates/gpui/src/platform.rs:1912
↓ 50 callers
Method
min
Returns a new point with the minimum values of each dimension from `self` and `other`. # Arguments `other` - A reference to another `Point` to compa
crates/gpui/src/geometry.rs:326
↓ 50 callers
Method
remove_window
Close this window.
crates/gpui/src/window.rs:1763
↓ 50 callers
Method
root_name
(&self)
crates/worktree/src/worktree.rs:2650
↓ 50 callers
Method
simulate_keystroke
unlike cx.simulate_keystrokes(), this does not run_until_parked so you can use it to test detailed timing
crates/editor/src/test/editor_test_context.rs:266
↓ 50 callers
Method
update_global
Update a global value.
crates/gpui/src/app/test_app.rs:263
↓ 49 callers
Function
assert_split_content
( editor: &Entity<SplittableEditor>, expected_rhs: String, expected_lhs: String,
crates/editor/src/split.rs:2165
↓ 49 callers
Method
assert_state_with_diff
(&mut self, expected_diff_text: String)
crates/editor/src/test/editor_test_context.rs:434
↓ 49 callers
Function
init_test
(cx: &mut TestAppContext)
crates/agent_ui/src/test_support.rs:97
↓ 49 callers
Method
next
(&mut self)
crates/zeta_prompt/src/udiff.rs:527
↓ 49 callers
Function
open_thread_with_connection
( panel: &Entity<AgentPanel>, connection: StubAgentConnection, cx: &mut VisualTestContext, )
crates/agent_ui/src/test_support.rs:111
↓ 49 callers
Function
p
(value: &str)
crates/auto_update_helper/src/updater.rs:168
↓ 49 callers
Method
pop
(&mut self)
crates/agent/src/tools/evals/fixtures/disable_cursor_blinking/before.rs:1294
↓ 49 callers
Method
push
( &self, branch_name: String, remote_branch_name: String, remote_name: String,
crates/git/src/repository.rs:2358
↓ 49 callers
Method
request_autoscroll
When you call this method during [`Element::prepaint`], containing elements will attempt to scroll to cause the specified bounds to become visible. Wh
crates/gpui/src/window.rs:3111
↓ 49 callers
Method
send_job
( &mut self, status: Option<SharedString>, job: F, )
crates/project/src/git_store.rs:4625
↓ 49 callers
Method
snapshot
(&self, cx: &App)
crates/buffer_diff/src/buffer_diff.rs:1970
↓ 49 callers
Method
with_git_state
(&self, dot_git: &Path, emit_git_event: bool, f: F)
crates/fs/src/fs.rs:2142
↓ 48 callers
Method
adapter_client
(&self)
crates/project/src/debugger/session.rs:2304
↓ 48 callers
Method
build_command
(&self, args: &[S])
crates/git/src/repository.rs:3403
↓ 48 callers
Method
current_dir
(&mut self, dir: impl AsRef<Path>)
crates/util/src/command.rs:100
↓ 48 callers
Method
focus
(&self, window: &mut Window, cx: &mut App)
crates/workspace/src/multi_workspace.rs:200
↓ 48 callers
Method
focus
(&self, handle: &gpui::FocusHandle, window: &mut Window, cx: &mut App)
crates/search/src/buffer_search.rs:1808
↓ 48 callers
Method
hover
(&mut self, id: InspectorElementId, window: &mut Window)
crates/gpui/src/inspector.rs:92
↓ 48 callers
Method
invite
( &mut self, called_user_id: u64, initial_project: Option<Entity<Project>>, cx
crates/call/src/call_impl/mod.rs:434
↓ 48 callers
Method
is_empty
(&self)
crates/agent/src/thread.rs:1406
↓ 48 callers
Method
len
(&self)
crates/util/src/rel_path.rs:178
↓ 48 callers
Method
overflow_y_scroll
Set the overflow y to scroll.
crates/gpui/src/elements/div.rs:1198
↓ 48 callers
Method
project_path
Returns the project path for the editor's buffer, if any buffer is opened in the editor.
crates/editor/src/editor.rs:23823
↓ 48 callers
Method
region
(&self)
crates/multi_buffer/src/multi_buffer.rs:7004
↓ 48 callers
Function
serialize_version
Serializes a clock version to be sent over RPC.
crates/language/src/proto.rs:611
↓ 48 callers
Method
starts_with
(&self, other: &ProjectPath)
crates/project/src/project.rs:458
↓ 48 callers
Method
style
(&self)
crates/agent/src/tools/evals/fixtures/disable_cursor_blinking/before.rs:16379
↓ 48 callers
Method
track_scroll
(mut self, scroll_handle: &ScrollHandle)
crates/ui/src/components/tab_bar.rs:27
↓ 48 callers
Function
unix_path_to_platform
Converts a Unix-style path to a platform-specific path. On Windows, converts "/workspace/foo/bar" to "C:\workspace\foo\bar" On Unix, returns the path
crates/languages/src/eslint.rs:1108
↓ 48 callers
Method
user_id
(&self)
crates/collab/src/rpc.rs:225
↓ 48 callers
Method
variable_list
(&self)
crates/debugger_ui/src/session/running.rs:1645
↓ 47 callers
Method
activate_window
Focus the current window and bring it to the foreground at the platform level.
crates/gpui/src/window.rs:4856
↓ 47 callers
Function
active_session_id
(panel: &Entity<AgentPanel>, cx: &VisualTestContext)
crates/agent_ui/src/test_support.rs:153
↓ 47 callers
Function
active_thread
( conversation_view: &Entity<ConversationView>, cx: &TestAppContext, )
crates/agent_ui/src/conversation_view.rs:4907
↓ 47 callers
Method
buffer
(&self)
crates/channel/src/channel_buffer.rs:257
↓ 47 callers
Method
contains
(&self, other: FileMask)
crates/settings_ui/src/settings_ui.rs:1347
↓ 47 callers
Method
end_icon
Sets an icon to display at the end (right) of the button label. The icon's color will be overridden to `Color::Disabled` when the button is disabled.
crates/ui/src/components/button/button.rs:155
↓ 47 callers
Method
mode
(mut self, m: ToolPermissionMode)
crates/agent/src/tool_permissions.rs:643
↓ 47 callers
Method
new
Creates a new `ProjectGroupKey` with the given path list. The path list should point to the git main worktree paths for a project.
crates/project/src/project.rs:6173
↓ 47 callers
Method
panes
(&self)
crates/workspace/src/workspace.rs:5544
↓ 47 callers
Method
read
(&self)
crates/gpui_macos/src/pasteboard.rs:50
↓ 47 callers
Method
run
( self: Arc<Self>, mut input: ToolInput<Self::Input>, event_stream: ToolCallEventStrea
crates/agent/src/tools/streaming_edit_file_tool.rs:528
↓ 47 callers
Function
select_path_with_mark
( panel: &Entity<ProjectPanel>, path: &str, cx: &mut VisualTestContext, )
crates/project_panel/src/project_panel_tests.rs:9291
↓ 47 callers
Method
size
(mut self, size: ToggleButtonGroupSize)
crates/ui/src/components/button/toggle_button.rs:228
↓ 47 callers
Method
text_style
Get the text style in this element style.
crates/gpui/src/style.rs:585
↓ 47 callers
Method
to_point_utf16
(&self, snapshot: &BufferSnapshot)
crates/text/src/text.rs:3381
↓ 46 callers
Method
add
(&mut self, commit: CommitDetails, result: ReviewResult)
tooling/compliance/src/report.rs:170
↓ 46 callers
Method
blend
Create a new [`Rgba`] color by blending this and another color together
crates/gpui/src/color.rs:58
↓ 46 callers
Method
buffer_font_size
Returns the buffer font size.
crates/theme_settings/src/settings.rs:375
↓ 46 callers
Method
center
Compute the center point of the size.g
crates/gpui/src/geometry.rs:470
↓ 46 callers
Method
char_classifier_at
(&self, point: T)
crates/language/src/buffer.rs:3886
↓ 46 callers
Method
edit
(&self)
crates/project/src/project.rs:764
↓ 46 callers
Method
fs
(&self)
crates/project/src/project.rs:2252
↓ 46 callers
Method
git_binary
(&self)
crates/git/src/repository.rs:1112
↓ 46 callers
Function
init_test
(cx: &mut gpui::TestAppContext)
crates/debugger_ui/src/tests.rs:36
↓ 46 callers
Function
ns_string
(string: &str)
crates/gpui_macos/src/gpui_macos.rs:134
↓ 46 callers
Method
path
(&self)
crates/git/src/repository.rs:1214
↓ 46 callers
Function
red
The color red in [`Hsla`]
crates/gpui/src/color.rs:396
↓ 46 callers
Method
remove
(&mut self, key: &K)
crates/sum_tree/src/tree_map.rs:97
↓ 46 callers
Method
run
Start the application. The provided callback will be called once the app is fully launched.
crates/gpui/src/app.rs:181
↓ 46 callers
Method
set_location
( &mut self, project: Option<&Entity<Project>>, cx: &mut Context<Self>, )
crates/call/src/call_impl/mod.rs:678
↓ 46 callers
Method
text_for_range
( &mut self, range_utf16: Range<usize>, adjusted_range: &mut Option<Range<usize>>,
crates/agent/src/tools/evals/fixtures/disable_cursor_blinking/before.rs:20323
↓ 46 callers
Method
toolbar
(&self)
crates/workspace/src/pane.rs:2585
↓ 46 callers
Method
transact
( &mut self, window: &mut Window, cx: &mut Context<Self>, update: impl FnOnce(
crates/editor/src/editor.rs:20769
↓ 46 callers
Method
trigger
(mut self, t: T)
crates/ui/src/components/popover_menu.rs:182
↓ 45 callers
Function
application
()
crates/gpui_platform/src/gpui_platform.rs:13
↓ 45 callers
Method
can_trust
Checks whether a certain worktree is trusted (or on a larger trust level). If not, emits [`TrustedWorktreesEvent::Restricted`] event if for the first
crates/project/src/trusted_worktrees.rs:452
↓ 45 callers
Method
clone
(&self)
crates/vim/src/command.rs:274
↓ 45 callers
Method
dedup
(&self, existing: &Self, _: &Window, cx: &App)
crates/editor/src/items.rs:351
↓ 45 callers
Method
edit
( &self, buffer: Entity<Buffer>, edit_description: String, conversation: &Lang
crates/agent/src/edit_agent.rs:243
↓ 45 callers
Method
edit
(&mut self, edits: I, cx: &mut Context<Self>)
crates/agent/src/edit_agent/evals/fixtures/disable_cursor_blinking/before.rs:2839
↓ 45 callers
Function
font
Get a [`Font`] for a given name.
crates/gpui/src/text_system.rs:1061
↓ 45 callers
Method
handler_for
Returns a generic handler that invokes the given handler with the view and context associated with the given view handle.
crates/gpui/src/window.rs:5067
↓ 45 callers
Method
is_confirm
(self)
crates/agent/src/tool_permissions.rs:691
↓ 45 callers
Method
is_empty
(&self)
crates/project/src/lsp_store.rs:14221
↓ 45 callers
Method
len
(&self)
crates/project/src/debugger/memory.rs:48
↓ 45 callers
Method
max_point
(&self, cx: &mut App)
crates/agent/src/tools/evals/fixtures/disable_cursor_blinking/before.rs:16255
↓ 45 callers
Method
new
(cx: &mut Context<Self>)
crates/zed/src/zed.rs:1322
← previous
next →
801–900 of 38,615, ranked by callers