src/async_runtime/scheduler/lsp_parse.rs | parse_hover_content, parse_completion_items, parse_text_edits, handle_lsp_hover, parse_hover_doc_blocks (+14) |
src/async_runtime/scheduler/fzf.rs | run_fzf_request, execute_fzf_async, fzf_live_grep, build_fzf_live_grep_script, build_ripgrep_ignore_glob_args (+5) |
src/editor_core.rs | from_str, move_right, move_to_last_line, move_right_allows_eof_on_last_line_without_newline, move_right_crosses_to_next_line (+4) |
src/async_runtime/scheduler/tests.rs | extend_unique_file_events_deduplicates_burst_entries, normalize_create_event_maps_to_internal_create, normalize_rename_event_maps_old_and_new_paths, normalize_single_path_rename_still_maps_to_rename, fzf_live_grep_script_uses_ripgrep_and_ignore_globs (+2) |
src/async_runtime/scheduler/ai_jobs.rs | strip_ansi_sequences, should_skip_opencode_line, sanitize_opencode_line, build_prompt_with_file_context, resolve_opencode_binary (+2) |
src/async_runtime/scheduler/file_watch.rs | run_file_watch_request, execute_file_watch_loop, extend_unique_file_events, filter_file_watch_events, normalize_notify_event (+1) |
src/async_runtime/scheduler/emit.rs | emit_message, emit_message_and_wake, failure_from_join_error, panic_payload_to_string |
src/async_runtime/scheduler/dispatch.rs | detect_python_version, detect_command_version, dispatch_loop |
src/async_runtime/scheduler/runtime.rs | new, new_for_tests, build_worker_runtime |
src/async_runtime/scheduler/syntax_jobs.rs | resolve_system_path, run_system_dep_install |