Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Ataraxy-Labs/lazydiff
/ functions
Functions
1,453 in github.com/Ataraxy-Labs/lazydiff
⨍
Functions
1,453
◇
Types & classes
258
↓ 3 callers
Method
half_page
(&mut self, document: &DiffDocument, direction: isize)
crates/lazydiff-diffs/src/viewer.rs:809
↓ 3 callers
Method
handle_semantic_tree_click
( &mut self, route: DiffSource, area: Rect, column: u16, row: u16,
src/app/semantic.rs:726
↓ 3 callers
Method
highlight_source_lines_for_path
( &mut self, path: &str, source: &str, )
crates/lazydiff-diffs/src/lib.rs:1736
↓ 3 callers
Function
highlight_with_config
( highlighter: &mut Highlighter, config: &HighlightConfiguration, source: &str, )
crates/lazydiff-diffs/src/lib.rs:2268
↓ 3 callers
Method
home_wide_queue_area
(&self, terminal_width: u16, terminal_height: u16)
src/app.rs:2958
↓ 3 callers
Function
inline_block_text_width
(pane: Rect)
src/app.rs:67
↓ 3 callers
Method
into_comment
(self)
src/forge/gitea.rs:350
↓ 3 callers
Method
is_collapsed_row
(&self, mode: DiffMode, row_index: usize)
crates/lazydiff-diffs/src/lib.rs:920
↓ 3 callers
Method
is_initial_loading
(&self)
src/server_query.rs:247
↓ 3 callers
Method
is_open
(self)
src/persistence/review_store.rs:811
↓ 3 callers
Method
is_refetching
(&self)
src/server_query.rs:251
↓ 3 callers
Function
keyring_entry
(service: &str)
src/forge/credentials.rs:5
↓ 3 callers
Method
label
(&self)
src/main.rs:652
↓ 3 callers
Method
line_target_for_ref
(&self, line: LineRef, side: DiffSide)
crates/lazydiff-diffs/src/lib.rs:1142
↓ 3 callers
Function
list_branch_commits
( repo_path: &Path, upstream: Option<&str>, )
src/github/worktree.rs:168
↓ 3 callers
Function
load_token
Load a token. Reads from the local file first so the OS keychain is never accessed during normal startup. Falls back to the keyring only when the file
src/forge/credentials.rs:42
↓ 3 callers
Method
local_review_session
(&self)
src/app.rs:3551
↓ 3 callers
Method
metadata
(&self)
crates/lazydiff-diffs/src/lib.rs:613
↓ 3 callers
Method
move_commit_selection
(&mut self, delta: isize)
src/app.rs:2915
↓ 3 callers
Method
move_diff_buffer_search
(&mut self, delta: isize, rows: usize)
src/app.rs:2059
↓ 3 callers
Method
move_home_selection
(&mut self, delta: isize)
src/app.rs:2899
↓ 3 callers
Method
move_word_forward
(&mut self)
src/persistence/review_store.rs:380
↓ 3 callers
Method
notice
(&self)
src/github/models.rs:43
↓ 3 callers
Method
open_existing_note_editor
(&mut self, note: ReviewNote, code: KeyCode)
src/app.rs:2334
↓ 3 callers
Method
open_local_diff
(&mut self, route: Option<LocalWorktreeRoute>)
src/app.rs:3598
↓ 3 callers
Method
open_semantic_path
( &mut self, route: DiffSource, path: String, line: Option<usize>, end
src/app/semantic.rs:672
↓ 3 callers
Function
parse_thread_id
(id: &str)
src/main.rs:421
↓ 3 callers
Method
prepare_cursor_for_movement
(&mut self, document: &DiffDocument)
crates/lazydiff-diffs/src/viewer.rs:1574
↓ 3 callers
Method
project_label
(&self)
src/app.rs:3097
↓ 3 callers
Function
query_now_stamp
()
src/server_query.rs:214
↓ 3 callers
Method
quit_or_go_back
(&mut self, force: bool)
src/app.rs:2737
↓ 3 callers
Function
render_collapsed_row
( area: Rect, y: u16, buf: &mut Buffer, old_path: Option<&str>, count: u32, theme: Dif
crates/lazydiff-diffs/src/lib.rs:2806
↓ 3 callers
Method
render_command_palette_shell
( &self, frame: &mut Frame, area: Rect, title: &str, count: &str,
src/app/surfaces.rs:3533
↓ 3 callers
Method
render_quiver_header
( &self, frame: &mut Frame, area: Rect, palette: HomePalette, _section
src/app/surfaces.rs:2257
↓ 3 callers
Function
render_scrollbar
( area: Rect, buf: &mut Buffer, total_rows: usize, viewport_height: usize, scroll_y: usize
crates/lazydiff-diffs/src/scrollbar.rs:158
↓ 3 callers
Method
render_surface_footer
( &self, frame: &mut Frame, area: Rect, pairs: &[(&str, &str)], palett
src/app/surfaces.rs:2278
↓ 3 callers
Method
replace_route
(&mut self, route: AppRoute)
src/app.rs:2747
↓ 3 callers
Method
revalidate_worktrees
(&mut self)
src/app/queries.rs:537
↓ 3 callers
Method
review_sidebar_progress_counts
(&self)
src/app.rs:4855
↓ 3 callers
Method
row_for_side
(self, side: DiffSide)
crates/lazydiff-diffs/src/viewer.rs:103
↓ 3 callers
Method
save_json_cache
(&self, key: &str, value: &T)
src/persistence/review_store.rs:946
↓ 3 callers
Method
scroll_active_side_horizontally
(&mut self, delta: isize)
crates/lazydiff-diffs/src/viewer.rs:385
↓ 3 callers
Method
scrollbar_slider_state
(&self, rows: usize)
src/app/input.rs:1410
↓ 3 callers
Method
search_matches
(&self)
src/app/diff_buffer.rs:123
↓ 3 callers
Method
seed_review_sidebar_expansion
(&mut self)
src/app.rs:4771
↓ 3 callers
Method
selection_range_to_visual
(self, range: TextSelectionRange)
crates/lazydiff-diffs/src/lib.rs:184
↓ 3 callers
Function
semantic_change_marker
(change_type: &str)
src/app/surfaces.rs:17
↓ 3 callers
Function
semantic_map_point_visible
(area: Rect, x: i32, y: i32)
src/app/surfaces.rs:283
↓ 3 callers
Function
semantic_map_screen_positions
( nodes: &[SemanticMapNode], area: Rect, zoom: f32, pan_x: i32, pan_y: i32, )
src/app/semantic.rs:164
↓ 3 callers
Method
semantic_scrollbar_drag_offset
(&self, row: u16, area: Rect)
src/app/semantic.rs:1044
↓ 3 callers
Method
set_focus
(&mut self, focus: TextPoint)
crates/lazydiff-diffs/src/selection.rs:196
↓ 3 callers
Method
start_mouse_selection_with_inline_blocks
( &mut self, document: &DiffDocument, inline_blocks: &[DiffInlineBlock], area:
crates/lazydiff-diffs/src/viewer.rs:1023
↓ 3 callers
Method
start_visual_line_selection
(&mut self, document: &DiffDocument)
crates/lazydiff-diffs/src/viewer.rs:891
↓ 3 callers
Function
store_token
Store a token to both the local file and (best-effort) the OS keyring. The file is the primary store so that subsequent reads never trigger a keychain
src/forge/credentials.rs:25
↓ 3 callers
Method
toggle_file_viewed
(&mut self, path: &str)
src/app.rs:4892
↓ 3 callers
Method
toggle_visual_selection
(&mut self, rows: usize, linewise: bool)
src/app.rs:4435
↓ 3 callers
Function
truncate_middle
(text: &str, width: usize)
src/ui/mod.rs:174
↓ 3 callers
Method
value_from_drag
(self, row: u16, drag_offset_virtual: usize)
crates/lazydiff-diffs/src/scrollbar.rs:137
↓ 3 callers
Method
viewed_file_count
(&self)
src/app.rs:4847
↓ 3 callers
Method
visible_rows
( &self, document: &DiffDocument, start: usize, limit: usize, )
crates/lazydiff-diffs/src/viewer.rs:217
↓ 3 callers
Function
window_indices
(window: HighlightLineWindow, total_lines: usize)
src/highlight_daemon.rs:571
↓ 3 callers
Function
write_cached_spans_for_source
(path: &str, source: &str, spans: &[Vec<WireSyntaxSpan>])
src/highlight_daemon.rs:605
↓ 3 callers
Function
write_json
(path: PathBuf, value: &T)
src/github/service.rs:411
↓ 2 callers
Function
_git_stdout
(args: [&str; N])
src/persistence/review_store.rs:1306
↓ 2 callers
Method
active_horizontal_scroll
(&self)
crates/lazydiff-diffs/src/viewer.rs:381
↓ 2 callers
Function
active_preview_syntax_span
( spans: &[SyntaxSpan], byte_index: usize, )
src/app/finder.rs:1132
↓ 2 callers
Function
add_pierre_highlights_with_limit
( document: &mut DiffDocument, file_limit: usize, )
crates/lazydiff-diffs/src/lib.rs:1652
↓ 2 callers
Function
agent_set_state
(store: &ReviewStore, id: &str, state: ReviewItemState)
src/main.rs:368
↓ 2 callers
Method
api_url
(&self, endpoint: &str)
src/forge/gitlab.rs:29
↓ 2 callers
Method
api_url
(&self, endpoint: &str)
src/forge/gitea.rs:29
↓ 2 callers
Function
append_pathspecs
(args: &mut Vec<String>, pathspecs: Vec<String>)
src/main.rs:770
↓ 2 callers
Method
apply_diff_scroll_policy
( &mut self, scroll_policy: DiffScrollPolicy, visual_index: usize, visual_row_
src/app.rs:4238
↓ 2 callers
Method
apply_highlight_response_files
( &mut self, files: Vec<highlight_daemon::HighlightFileResponse>, )
src/app.rs:2012
↓ 2 callers
Function
apply_side_source_syntax
( target: &mut Option<Vec<Vec<SyntaxSpan>>>, source_line_count: Option<usize>, complete: &mut bool
crates/lazydiff-diffs/src/lib.rs:1177
↓ 2 callers
Method
apply_text_object_selection
( &mut self, anchor: DiffTextPoint, cursor: DiffTextPoint, include_initial_new
crates/lazydiff-diffs/src/viewer.rs:1389
↓ 2 callers
Method
auth_status
(&self)
src/app.rs:6250
↓ 2 callers
Method
backspace
(&mut self)
src/persistence/review_store.rs:527
↓ 2 callers
Function
blank_line
(palette: &HomePalette)
src/text/markdown.rs:533
↓ 2 callers
Function
cache_dir
()
src/highlight_daemon.rs:713
↓ 2 callers
Function
cache_path_for_key
(key: HighlightCacheKey<'_>)
src/highlight_daemon.rs:700
↓ 2 callers
Function
cache_path_for_source_window
(path: &str, source: &str, window: HighlightLineWindow)
src/highlight_daemon.rs:689
↓ 2 callers
Method
cached_pull_request_body_preview
( &mut self, repository: &str, number: u32, body: &str, width: u16,
src/app.rs:3054
↓ 2 callers
Function
cached_spans_for_source
(path: &str, source: &str)
src/highlight_daemon.rs:583
↓ 2 callers
Function
cell_for_line_ref
( document: &'a DiffDocument, line: LineRef, side: DiffSide, reserve_sign: bool, )
crates/lazydiff-diffs/src/lib.rs:3262
↓ 2 callers
Method
center_diff_visual_index
(&mut self, visual_index: usize, visual_row_count: usize)
src/app.rs:4364
↓ 2 callers
Function
changed_token_spans
( text: &str, tokens: &[DiffToken<'_>], changed: &[bool], )
crates/lazydiff-diffs/src/inline_diff.rs:139
↓ 2 callers
Function
clean_diff_path
(path: &str)
crates/lazydiff-diffs/src/lib.rs:2453
↓ 2 callers
Method
client
(&self)
src/forge/gitlab.rs:43
↓ 2 callers
Function
collect_patch_side
(file: &FileDiff, side: DiffSide)
src/app/semantic.rs:1353
↓ 2 callers
Function
connect_existing_github_login
()
src/github/service.rs:193
↓ 2 callers
Method
contains_row_on_side
(&self, row: usize, side: DiffSide)
crates/lazydiff-diffs/src/selection.rs:87
↓ 2 callers
Method
context_has_command
(&self, command: Command)
src/app/finder.rs:475
↓ 2 callers
Method
contextual_command_results
(&self)
src/app/finder.rs:338
↓ 2 callers
Function
convex_user_file
()
src/github/service.rs:423
↓ 2 callers
Method
current_comment_count
Count of comments on the currently selected work item, accounting for whether it's a PR (GitHub comments) or local (review notes).
src/app.rs:2853
↓ 2 callers
Method
cursor_display_col
(&self)
src/persistence/review_store.rs:354
↓ 2 callers
Method
cursor_point
(&self)
src/persistence/review_store.rs:598
↓ 2 callers
Method
cursor_point
(&self)
crates/lazydiff-diffs/src/viewer.rs:1681
↓ 2 callers
Method
cursor_row_text
(&self, document: &'a DiffDocument)
crates/lazydiff-diffs/src/viewer.rs:1414
↓ 2 callers
Method
cursor_text_point
(&self)
src/persistence/review_store.rs:455
← previous
next →
301–400 of 1,453, ranked by callers