MCPcopy Create free account

hub / github.com/anthrofract/majjit / functions

Functions304 in github.com/anthrofract/majjit

↓ 1 callersMethodselect_by_tag
(&mut self)
src/model.rs:576
↓ 1 callersMethodselect_current_next_sibling_node
(&mut self)
src/model.rs:604
↓ 1 callersMethodselect_current_prev_sibling_node
(&mut self)
src/model.rs:639
↓ 1 callersMethodselect_current_working_copy
(&mut self)
src/model.rs:483
↓ 1 callersMethodselect_in_revset
(&mut self)
src/model.rs:533
↓ 1 callersMethodselect_next_sibling_node
(&mut self, tree_pos: TreePosition)
src/model.rs:609
↓ 1 callersMethodselect_parent_node
(&mut self)
src/model.rs:595
↓ 1 callersMethodselect_prev_sibling_node
(&mut self, tree_pos: TreePosition)
src/model.rs:644
↓ 1 callersMethodset_revset
(&mut self, mode: SetRevsetMode)
src/model.rs:957
↓ 1 callersMethodshow_help
(&mut self)
src/model.rs:1118
↓ 1 callersFunctionsplit_line1
Slice line 1 into `(gutter_ansi, [field; N], line1_ansi)` using the `COMMIT_FIELD_MARKER` markers. The gutter strips jj's standard ` ` separator but
src/log_tree.rs:297
↓ 1 callersMethodstart_describe_input
(&mut self)
src/model.rs:1007
↓ 1 callersFunctionstrip_non_style_ansi
(str: &str)
src/shell_out.rs:906
↓ 1 callersMethodsubmit_text_input
(&mut self, term: Term)
src/model.rs:733
↓ 1 callersMethodtoggle_fold
( &mut self, global_args: &GlobalArgs, tree_pos: &TreePosition, )
src/log_tree.rs:111
↓ 1 callersMethodtoggle_ignore_immutable
(&mut self)
src/model.rs:244
↓ 1 callersFunctiontui_loop
(mut model: Model, terminal: Term)
src/main.rs:54
↓ 1 callersFunctionupdate
(terminal: Term, model: &mut Model)
src/update.rs:378
↓ 1 callersMethodupdate_fuzzy_filter
(&mut self)
src/model.rs:820
↓ 1 callersFunctionview
(model: &mut Model, frame: &mut Frame)
src/view.rs:28
Methodfind_line_nums
( diff_hunk_lines: &[DiffHunkLine], direction: SearchDirection, )
src/log_tree.rs:714
Methodfmt
(&self, f: &mut std::fmt::Formatter<'_>)
src/shell_out.rs:874
Methodfmt
(&self, f: &mut fmt::Formatter<'_>)
src/log_tree.rs:655
Methodfrom_display
(display: String)
src/model.rs:62
Methodfrom_str
(s: &str)
src/log_tree.rs:642
Methodjj_abandon
(change_id: &str, mode: Option<&str>, global_args: GlobalArgs)
src/shell_out.rs:334
Methodjj_absorb
( from_change_id: &str, maybe_into_change_id: Option<&str>, maybe_file_path: Option<&s
src/shell_out.rs:343
Methodjj_bookmark_advance
(to_change_id: &str, global_args: GlobalArgs)
src/shell_out.rs:648
Methodjj_bookmark_create
( bookmark_names: &str, change_id: &str, global_args: GlobalArgs, )
src/shell_out.rs:615
Methodjj_bookmark_delete
(bookmark_names: &str, global_args: GlobalArgs)
src/shell_out.rs:630
Methodjj_bookmark_forget
( bookmark_names: &str, include_remotes: bool, global_args: GlobalArgs, )
src/shell_out.rs:635
Methodjj_bookmark_list_all_display
(global_args: GlobalArgs)
src/shell_out.rs:680
Methodjj_bookmark_list_all_names
(global_args: GlobalArgs)
src/shell_out.rs:653
Methodjj_bookmark_list_conflicted_names
(global_args: GlobalArgs)
src/shell_out.rs:696
Methodjj_bookmark_list_local_only_names
(global_args: GlobalArgs)
src/shell_out.rs:691
Methodjj_bookmark_list_tracked_remote
(global_args: GlobalArgs)
src/shell_out.rs:658
Methodjj_bookmark_list_untracked_remote
(global_args: GlobalArgs)
src/shell_out.rs:669
Methodjj_bookmark_move
( from_change_id: &str, to_change_id: &str, allow_backwards: bool, global_args
src/shell_out.rs:707
Methodjj_bookmark_rename
( old_bookmark_name: &str, new_bookmark_name: &str, global_args: GlobalArgs, )
src/shell_out.rs:727
Methodjj_bookmark_set
( bookmark_names: &str, change_id: &str, allow_backwards: bool, global_args: G
src/shell_out.rs:736
Methodjj_bookmark_track
(bookmark_at_remote: &str, global_args: GlobalArgs)
src/shell_out.rs:749
Methodjj_bookmark_untrack
(bookmark_at_remote: &str, global_args: GlobalArgs)
src/shell_out.rs:754
Methodjj_commit
(maybe_file_path: Option<&str>, global_args: GlobalArgs, term: Term)
src/shell_out.rs:400
Methodjj_config_get_revsets_log
(repository: &str)
src/shell_out.rs:759
Methodjj_describe
(change_id: &str, global_args: GlobalArgs, term: Term)
src/shell_out.rs:278
Methodjj_describe_with_message
( change_id: &str, message: &str, global_args: GlobalArgs, )
src/shell_out.rs:283
Methodjj_diff_file
(change_id: &str, file: &str, global_args: GlobalArgs)
src/shell_out.rs:242
Methodjj_diff_file_interactive
( change_id: &str, file: &str, global_args: GlobalArgs, term: Term, )
src/shell_out.rs:254
Methodjj_diff_from_to_interactive
( from: &str, to: &str, file: Option<&str>, global_args: GlobalArgs, t
src/shell_out.rs:264
Methodjj_diff_summary
(change_id: &str, global_args: GlobalArgs)
src/shell_out.rs:231
Methodjj_duplicate
( change_id: &str, destination_type: Option<&str>, destination: Option<&str>,
src/shell_out.rs:292
Methodjj_edit
(change_id: &str, global_args: GlobalArgs)
src/shell_out.rs:527
Methodjj_ensure_valid_repo
(repository: &str)
src/shell_out.rs:829
Methodjj_evolog
(change_id: &str, patch: bool, global_args: GlobalArgs, term: Term)
src/shell_out.rs:532
Methodjj_file_list
(global_args: GlobalArgs)
src/shell_out.rs:554
Methodjj_file_show
(change_id: &str, file_path: &str, global_args: GlobalArgs)
src/shell_out.rs:559
Methodjj_file_track
(file_path: &str, global_args: GlobalArgs)
src/shell_out.rs:564
Methodjj_file_untrack
(file_path: &str, global_args: GlobalArgs)
src/shell_out.rs:569
Methodjj_git_fetch
(flag: Option<&str>, value: Option<&str>, global_args: GlobalArgs)
src/shell_out.rs:588
Methodjj_git_push
(flag: Option<&str>, value: Option<&str>, global_args: GlobalArgs)
src/shell_out.rs:599
Methodjj_git_remote_list
(global_args: GlobalArgs)
src/shell_out.rs:610
Methodjj_interdiff
( from: &str, to: &str, maybe_file_path: Option<&str>, global_args: GlobalArgs
src/shell_out.rs:540
Methodjj_log
(revset: &str, global_args: GlobalArgs)
src/shell_out.rs:195
Methodjj_log_targets
(revset: &str, global_args: GlobalArgs)
src/shell_out.rs:218
Methodjj_metaedit
( change_id: &str, flag: &str, value: Option<&str>, global_args: GlobalArgs,
src/shell_out.rs:574
Methodjj_new
(target: &str, flags: &[&str], global_args: GlobalArgs)
src/shell_out.rs:306
Methodjj_next_prev
( direction: &str, mode: Option<&str>, offset: Option<&str>, global_args: Glob
src/shell_out.rs:318
Methodjj_parallelize
(revset: &str, global_args: GlobalArgs)
src/shell_out.rs:313
Methodjj_raw
(args: &str, global_args: GlobalArgs)
src/shell_out.rs:419
Methodjj_raw_interactive
(args: &str, global_args: GlobalArgs, term: Term)
src/shell_out.rs:431
Methodjj_rebase
( source_type: &str, source: &str, destination_type: &str, destination: &str,
src/shell_out.rs:408
Methodjj_redo
(global_args: GlobalArgs)
src/shell_out.rs:395
Methodjj_resolve
( change_id: &str, maybe_file_path: Option<&str>, global_args: GlobalArgs, ter
src/shell_out.rs:462
Methodjj_restore
( flags: &[&str], maybe_file_path: Option<&str>, global_args: GlobalArgs, )
src/shell_out.rs:475
Methodjj_revert
( revision: &str, destination_type: &str, destination: &str, global_args: Glob
src/shell_out.rs:360
Methodjj_show
(change_id: &str, global_args: GlobalArgs, term: Term)
src/shell_out.rs:375
Methodjj_sign
(action: &str, revset: &str, global_args: GlobalArgs)
src/shell_out.rs:370
Methodjj_simplify_parents
(revision: &str, mode: &str, global_args: GlobalArgs)
src/shell_out.rs:385
Methodjj_split
( change_id: &str, destination_type: Option<&str>, destination: Option<&str>,
src/shell_out.rs:443
Methodjj_squash_interactive
( change_id: &str, maybe_file_path: Option<&str>, global_args: GlobalArgs, ter
src/shell_out.rs:500
Methodjj_squash_into_interactive
( from_change_id: &str, into_change_id: &str, maybe_file_path: Option<&str>, g
src/shell_out.rs:513
Methodjj_squash_noninteractive
( change_id: &str, maybe_file_path: Option<&str>, global_args: GlobalArgs, )
src/shell_out.rs:488
Methodjj_status
(global_args: GlobalArgs, term: Term)
src/shell_out.rs:380
Methodjj_undo
(global_args: GlobalArgs)
src/shell_out.rs:390
Methodjj_workspace_add
( destination: &str, name: Option<&str>, global_args: GlobalArgs, )
src/shell_out.rs:799
Methodjj_workspace_forget
(names: &[&str], global_args: GlobalArgs)
src/shell_out.rs:813
Methodjj_workspace_list_current_name
(global_args: GlobalArgs)
src/shell_out.rs:788
Methodjj_workspace_list_names
(global_args: GlobalArgs)
src/shell_out.rs:777
Methodjj_workspace_rename
(new_name: &str, global_args: GlobalArgs)
src/shell_out.rs:819
Methodjj_workspace_update_stale
(global_args: GlobalArgs)
src/shell_out.rs:824
Methodload_all
(global_args: &GlobalArgs, revset: &str)
src/log_tree.rs:161
Functionmain
()
src/main.rs:31
Methodnew
( args: &[&str], global_args: GlobalArgs, interactive_term: Option<Term>, retu
src/shell_out.rs:34
Methodnew
()
src/log_tree.rs:18
Methodnew
()
src/command_tree.rs:26
Methodnew
(repository: String, revset: String, terminal_theme_mode: ThemeMode)
src/model.rs:172
Methodnew_action
(action: Message)
src/command_tree.rs:83
Methodnew_action_with_children
(action: Message)
src/command_tree.rs:90
Methodnew_children
()
src/command_tree.rs:76
Methodnew_failed
(stderr: String)
src/shell_out.rs:862
← previousnext →201–300 of 304, ranked by callers