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
↓ 35 callers
Method
absolute_path
(&self, project_path: &ProjectPath, cx: &App)
crates/project/src/project.rs:4943
↓ 35 callers
Method
add_item
( &mut self, pane: Entity<Pane>, item: Box<dyn ItemHandle>, destination_index:
crates/workspace/src/workspace.rs:4467
↓ 35 callers
Method
as_slice
(&self)
crates/gpui/src/bounds_tree.rs:91
↓ 35 callers
Method
base_text
(&self)
crates/text/src/text.rs:1537
↓ 35 callers
Method
ceil
Returns the ceiling of the `Pixels` value to the nearest whole number. # Returns Returns a new `Pixels` instance with the ceiling value.
crates/gpui/src/geometry.rs:2817
↓ 35 callers
Method
elevation_3
Modal Surfaces are used for elements that should appear above all other UI elements and are located above the wash layer. This is the maximum elevatio
crates/ui/src/traits/styled_ext.rs:82
↓ 35 callers
Method
env
(&mut self, key: impl AsRef<OsStr>, val: impl AsRef<OsStr>)
crates/util/src/command.rs:75
↓ 35 callers
Method
excerpt_containing
Returns the excerpt containing range and its offset start within the multibuffer or none if `range` spans multiple excerpts
crates/multi_buffer/src/multi_buffer.rs:6388
↓ 35 callers
Function
init
(fs: Arc<dyn Fs>, cx: &mut App)
crates/repl/src/repl.rs:31
↓ 35 callers
Function
init_test
(cx: &mut gpui::TestAppContext)
crates/worktree/tests/integration/main.rs:3341
↓ 35 callers
Function
init_test
(cx: &mut TestAppContext)
crates/agent/src/tests/mod.rs:60
↓ 35 callers
Method
into
(self)
tooling/xtask/src/tasks/workflows/runners.rs:20
↓ 35 callers
Method
log
(&'a self, logger: &dyn Log)
crates/remote/src/json_log.rs:26
↓ 35 callers
Method
map
(self, mut f: impl FnMut(T) -> R)
crates/editor/src/display_map/block_map.rs:165
↓ 35 callers
Function
message_editor
( conversation_view: &Entity<ConversationView>, cx: &TestAppContext, )
crates/agent_ui/src/conversation_view.rs:4920
↓ 35 callers
Method
move_cursors_with
( &mut self, update_cursor_position: &mut dyn FnMut( &DisplaySnapshot,
crates/editor/src/selections_collection.rs:1018
↓ 35 callers
Method
new
(restore_unsaved_buffers: bool)
crates/editor/src/editor.rs:882
↓ 35 callers
Method
new
()
crates/agent/src/tests/mod.rs:230
↓ 35 callers
Method
on_drop
Run something using this entity and cx, when the returned struct is dropped
crates/gpui/src/app/context.rs:275
↓ 35 callers
Function
open_paths
( abs_paths: &[PathBuf], app_state: Arc<AppState>, mut open_options: OpenOptions, cx: &mut App
crates/workspace/src/workspace.rs:9644
↓ 35 callers
Method
path
(&self)
crates/worktree/src/worktree.rs:3417
↓ 35 callers
Method
push_str
(&mut self, text: &str, highlight: Option<HighlightId>)
crates/language_core/src/code_label.rs:103
↓ 35 callers
Method
random
(rng: &mut impl rand::Rng)
crates/git/src/git.rs:150
↓ 35 callers
Method
read
Read the root view out 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:5493
↓ 35 callers
Method
reparse
(&mut self, cx: &mut Context<Self>, may_block: bool)
crates/language/src/buffer.rs:1815
↓ 35 callers
Method
root
Returns the root entity of the window, if it has one.
crates/gpui/src/window.rs:1740
↓ 35 callers
Method
select
(&mut self, phase: SelectPhase, window: &mut Window, cx: &mut Context<Self>)
crates/editor/src/editor.rs:4218
↓ 35 callers
Method
simulate_event
Simulate an input event.
crates/gpui/src/app/test_app.rs:458
↓ 35 callers
Method
simulate_mouse_move
(&mut self, position: Point<Pixels>, cx: &mut App)
crates/gpui/src/window.rs:5395
↓ 35 callers
Method
spawn
spawn a task in the given context. if another task is spawned before that resolves, or if the OneAtATime itself is dropped, the first task will be can
crates/call/src/call_impl/mod.rs:310
↓ 35 callers
Method
status
(&self)
crates/client/src/client.rs:663
↓ 35 callers
Method
tail
A place where selection was initiated from.
crates/text/src/selection.rs:37
↓ 35 callers
Method
text
Concatenates together all the ClipboardString entries in the item. Returns None if there were no ClipboardString entries.
crates/gpui/src/platform.rs:1883
↓ 35 callers
Method
text_style
Returns a mutable reference to the text style that has been configured on this element.
crates/gpui/src/styled.rs:483
↓ 35 callers
Method
update_diagnostics
Assign to the buffer a set of diagnostics created by a given language server.
crates/language/src/buffer.rs:1920
↓ 35 callers
Method
visible_on_hover
(mut self, visible_on_hover: impl Into<SharedString>)
crates/ui/src/components/button/copy_button.rs:71
↓ 34 callers
Method
absolutize
(&self, project_path: &ProjectPath, cx: &App)
crates/project/src/worktree_store.rs:413
↓ 34 callers
Method
add_selection_below
( &mut self, action: &AddSelectionBelow, window: &mut Window, cx: &mut Context
crates/editor/src/editor.rs:16268
↓ 34 callers
Method
build
(self)
crates/language/src/buffer.rs:675
↓ 34 callers
Function
check_object_replace_array
( input: String, key_path: &[&str], value: Option<Value>, expe
crates/settings_json/src/settings_json.rs:1229
↓ 34 callers
Method
clip_offset
(&self, offset: FoldOffset, bias: Bias)
crates/editor/src/display_map/fold_map.rs:983
↓ 34 callers
Function
defer
(f: F)
crates/gpui_util/src/lib.rs:391
↓ 34 callers
Method
disjoint_anchors_arc
The non-pending, non-overlapping selections. There could be a pending selection that overlaps these if the mouse is being dragged, etc. This could als
crates/editor/src/selections_collection.rs:77
↓ 34 callers
Method
end
(&mut self)
crates/markdown/src/markdown.rs:2391
↓ 34 callers
Method
end_slot
(mut self, element: impl Into<Option<E>>)
crates/ui/src/components/tab.rs:74
↓ 34 callers
Function
global
(cx: &App)
crates/zed_credentials_provider/src/zed_credentials_provider.rs:39
↓ 34 callers
Method
half
(&self)
crates/gpui/src/geometry.rs:3825
↓ 34 callers
Function
ident
(s: &str)
crates/gpui/src/keymap/context.rs:818
↓ 34 callers
Function
init_test
( cx: &mut gpui::TestAppContext, soft_wrap: SoftWrap, style: DiffViewStyle, )
crates/editor/src/split.rs:2115
↓ 34 callers
Method
is_empty
(&self)
crates/git/src/repository.rs:469
↓ 34 callers
Method
load
( workspace: WeakEntity<Workspace>, mut cx: AsyncWindowContext, )
crates/agent_ui/src/agent_panel.rs:788
↓ 34 callers
Method
name
()
crates/agent_ui/src/ui/end_trial_upsell.rs:98
↓ 34 callers
Function
open_file_picker
( workspace: &Entity<Workspace>, cx: &mut VisualTestContext, )
crates/file_finder/src/file_finder_tests.rs:3829
↓ 34 callers
Function
parse_keystrokes
(keystrokes: &str)
crates/settings/src/keymap_file.rs:1732
↓ 34 callers
Method
processor
Convenience method for producing view state in a closure. See `listener` for more details.
crates/gpui/src/app/context.rs:264
↓ 34 callers
Method
push_str
Appends the given string slice onto the end of the Markdown output.
crates/html_to_markdown/src/markdown_writer.rs:59
↓ 34 callers
Method
range_to_buffer_ranges
Callers should not provide a range where `end < start`
crates/multi_buffer/src/multi_buffer.rs:3637
↓ 34 callers
Function
right
(map: &DisplaySnapshot, mut point: DisplayPoint, times: usize)
crates/vim/src/motion.rs:1654
↓ 34 callers
Method
row
(self)
crates/editor/src/display_map/wrap_map.rs:1270
↓ 34 callers
Method
set_scroll_position
( &mut self, scroll_position: gpui::Point<ScrollOffset>, map: &DisplaySnapshot,
crates/editor/src/scroll.rs:359
↓ 34 callers
Method
simulate_prompt_answer
Simulate answering a prompt dialog.
crates/gpui/src/app/test_app.rs:303
↓ 34 callers
Method
stdin
(&mut self, cfg: impl Into<Stdio>)
crates/util/src/command.rs:105
↓ 34 callers
Method
sync
( &mut self, fold_snapshot: FoldSnapshot, mut fold_edits: Vec<FoldEdit>, tab_s
crates/editor/src/display_map/tab_map.rs:41
↓ 34 callers
Method
timestamp
(&self)
crates/text/src/text.rs:3250
↓ 34 callers
Method
trace_err
(self)
crates/collab/src/rpc.rs:4064
↓ 34 callers
Method
type_id
(&self)
crates/settings_ui/src/settings_ui.rs:183
↓ 34 callers
Function
uses
Returns a uses step with the same name as the enclosing function. (You shouldn't inline this function into the workflow definition, you must wrap it i
tooling/xtask/src/tasks/workflows/steps.rs:443
↓ 34 callers
Method
with_label
(mut self, state: &str)
crates/workspace/src/item.rs:1546
↓ 34 callers
Method
with_search_mode
Sets search mode on the input
crates/keymap_editor/src/ui_components/keystroke_input.rs:701
↓ 34 callers
Method
worktree_id
(&self)
crates/project/src/lsp_store.rs:14485
↓ 34 callers
Method
write_kvp
(&self, key: String, value: String)
crates/db/src/kvp.rs:72
↓ 33 callers
Method
action
(&self)
crates/keymap_editor/src/keymap_editor.rs:1874
↓ 33 callers
Method
add_empty_window
Adds a new window with no content.
crates/gpui/src/app/test_context.rs:266
↓ 33 callers
Method
as_bool
(self)
crates/git/src/status.rs:83
↓ 33 callers
Method
atomic_write
(&self, path: PathBuf, data: String)
crates/fs/src/fs.rs:992
↓ 33 callers
Method
bind
(&self, statement: &Statement, start_index: i32)
crates/agent_ui/src/thread_metadata_store.rs:43
↓ 33 callers
Method
buffer_font
(mut self, cx: &App)
crates/ui/src/components/label/label.rs:234
↓ 33 callers
Method
get_client
(&self)
crates/gpui_linux/src/linux/wayland/client.rs:303
↓ 33 callers
Method
host
(&self)
crates/project/src/project.rs:2360
↓ 33 callers
Method
is_deleted
(self)
crates/git/src/status.rs:194
↓ 33 callers
Method
join
(&mut self, cx: &mut Context<Self>)
crates/collab_ui/src/notifications/project_shared_notification.rs:103
↓ 33 callers
Method
len
The UTF-8 length of the underlying text.
crates/gpui/src/elements/text.rs:666
↓ 33 callers
Method
line_height_in_pixels
Returns the rounded line height in pixels.
crates/gpui/src/style.rs:511
↓ 33 callers
Method
offset
(&self)
crates/rope/src/rope.rs:781
↓ 33 callers
Method
point_to_display_point
(&self, point: MultiBufferPoint, bias: Bias)
crates/editor/src/display_map.rs:1646
↓ 33 callers
Method
provider_id
(&self)
crates/agent_ui/src/language_model_selector.rs:605
↓ 33 callers
Method
remove
Returns: - Ok(true) if it found and removed a pane - Ok(false) if it found but did not remove the pane - Err(_) if it did not find the pane
crates/workspace/src/pane_group.rs:169
↓ 33 callers
Function
sample_text
(rows: usize, cols: usize, start_char: char)
crates/util/src/test.rs:69
↓ 33 callers
Method
secondary
Returns everything except the primary context entry.
crates/gpui/src/keymap/context.rs:55
↓ 33 callers
Method
set
(e)
docs/theme/c15t@2.0.0-rc.3.js:1
↓ 33 callers
Method
set_user_settings
( &mut self, user_settings_content: &str, cx: &mut App, )
crates/settings/src/settings_store.rs:916
↓ 33 callers
Method
status
(&self)
crates/copilot/src/copilot.rs:1233
↓ 33 callers
Method
stop_recording
When finishing an action that modifies the buffer, stop recording. as you usually call this within a keystroke handler we also ensure that the current
crates/vim/src/vim.rs:1664
↓ 33 callers
Method
subscribe
( &self, mut callback: Box<dyn FnMut(ui_input::ErasedEditorEvent, &mut Window, &mut App) + 'st
crates/editor/src/editor.rs:29666
↓ 33 callers
Method
suffix
(mut self)
crates/rope/src/rope.rs:777
↓ 33 callers
Method
walk
( &'a self, path: &TriePath, callback: &mut dyn for<'b> FnMut( &'b Arc<Rel
crates/project/src/manifest_tree/path_trie.rs:81
↓ 32 callers
Method
absolutize
(&self, path: &RelPath)
crates/worktree/src/worktree.rs:2387
↓ 32 callers
Function
active_debug_session_panel
( workspace: WindowHandle<MultiWorkspace>, cx: &mut TestAppContext, )
crates/debugger_ui/src/tests.rs:94
↓ 32 callers
Function
assert_rewrap
( unwrapped_text: &str, wrapped_text: &str, language: Arc<Language>, cx: &mut
crates/editor/src/editor_tests.rs:8132
↓ 32 callers
Method
base_text
(&self)
crates/buffer_diff/src/buffer_diff.rs:372
← previous
next →
1,101–1,200 of 38,615, ranked by callers