MCPcopy Create free account

hub / github.com/0xSero/codex-local / functions

Functions4,129 in github.com/0xSero/codex-local

↓ 766 callersMethodpush
(&mut self, child: impl Into<Box<dyn Renderable>>)
codex-rs/tui/src/render/renderable.rs:137
↓ 437 callersMethodpath
(&self)
codex-rs/core/tests/common/responses.rs:81
↓ 301 callersMethodis_empty
(&self)
codex-rs/apply-patch/src/lib.rs:173
↓ 280 callersMethodcontains
(&self, account: &str)
codex-rs/rmcp-client/src/oauth.rs:636
↓ 217 callersMethodinsert
(&self, command: Vec<String>)
codex-rs/core/src/executor/cache.rs:13
↓ 203 callersMethodis_empty
(&self)
codex-rs/tui/src/bottom_pane/textarea.rs:152
↓ 152 callersMethodas_str
(self)
codex-rs/core/src/turn_diff_tracker.rs:391
↓ 143 callersMethodsubmit
Submit the `op` wrapped in a `Submission` with a unique ID.
codex-rs/core/src/codex.rs:212
↓ 134 callersMethodsend
Send an event to the app event channel. If it fails, we swallow the error and log it.
codex-rs/tui/src/app_event_sender.rs:18
↓ 113 callersFunctionsse
Build an SSE stream body from a list of JSON events.
codex-rs/core/tests/common/responses.rs:105
↓ 103 callersFunctionwait_for_event
( codex: &CodexConversation, predicate: F, )
codex-rs/core/tests/common/lib.rs:126
↓ 98 callersMethodnext
(&mut self)
codex-rs/cloud-tasks/src/app.rs:104
↓ 95 callersMethodappend
(self, out: list[str], supports_const: bool)
codex-rs/mcp-types/generate_mcp_types.py:336
↓ 87 callersMethodas_str
(self)
codex-rs/tui/src/render/highlight.rs:38
↓ 83 callersMethodlines
(&self, width: u16)
codex-rs/tui/src/history_cell.rs:165
↓ 83 callersMethodset_cursor
(&mut self, pos: usize)
codex-rs/tui/src/bottom_pane/textarea.rs:123
↓ 74 callersMethodclear
(&mut self)
codex-rs/tui/src/streaming/mod.rs:22
↓ 71 callersMethodtext
(&self)
codex-rs/tui/src/bottom_pane/textarea.rs:62
↓ 70 callersFunctionstart_mock_server
()
codex-rs/core/tests/common/responses.rs:294
↓ 67 callersFunctionmount_sse_once_match
(server: &MockServer, matcher: M, body: String)
codex-rs/core/tests/common/responses.rs:266
↓ 61 callersMethodhandle_codex_event
(&mut self, event: Event)
codex-rs/tui/src/chatwidget.rs:2122
↓ 61 callersMethodsuccess
(&self)
codex-rs/tui/src/history_cell.rs:836
↓ 59 callersMethodbuild
(&mut self, server: &wiremock::MockServer)
codex-rs/core/tests/common/test_codex.rs:31
↓ 59 callersFunctionrender_markdown_text
(input: &str)
codex-rs/tui/src/markdown_render.rs:38
↓ 59 callersFunctiontest_codex
()
codex-rs/core/tests/common/test_codex.rs:74
↓ 51 callersFunctionmake_chatwidget_manual
--- Helpers for tests that need direct construction and event draining ---
codex-rs/tui/src/chatwidget/tests.rs:243
↓ 50 callersFunctionassert_parsed
(args: &[String], expected: Vec<ParsedCommand>)
codex-rs/core/src/parse_command.rs:85
↓ 46 callersMethodsend_event
Persist the event to rollout and send it to clients.
codex-rs/core/src/codex.rs:571
↓ 43 callersMethodhandle_key_event
Handle a key event coming from the main UI.
codex-rs/tui/src/bottom_pane/chat_composer.rs:397
↓ 43 callersMethodread_stream_until_response_message
( &mut self, request_id: RequestId, )
codex-rs/app-server/tests/common/mcp_process.rs:400
↓ 43 callersMethodreplace
(&mut self, items: Vec<ResponseItem>)
codex-rs/core/src/conversation_history.rs:35
↓ 42 callersMethodwith_config
(mut self, mutator: T)
codex-rs/core/tests/common/test_codex.rs:23
↓ 39 callersFunctionta_with
(text: &str)
codex-rs/tui/src/bottom_pane/textarea.rs:1002
↓ 38 callersFunctionempty
()
codex-rs/tui/src/markdown_render_tests.rs:11
↓ 38 callersFunctionwait_for_event_with_timeout
( codex: &CodexConversation, mut predicate: F, wait_time: tokio::time::Duration, )
codex-rs/core/tests/common/lib.rs:137
↓ 37 callersMethodpush
Push a delta; if it contains a newline, commit completed lines and start animation.
codex-rs/tui/src/streaming/controller.rs:28
↓ 36 callersMethodarea
The area of the current frame This is guaranteed not to change during rendering, so may be called multiple times. If your app listens for a resize e
codex-rs/tui/src/custom_terminal.rs:69
↓ 36 callersMethodnew_conversation
(&self, config: Config)
codex-rs/core/src/conversation_manager.rs:78
↓ 36 callersMethodwrite
(&mut self, buf: &[u8])
codex-rs/tui/src/test_backend.rs:39
↓ 35 callersFunctionload_default_config_for_test
Returns a default `Config` whose on-disk state is confined to the provided temporary directory. Using a per-test directory keeps tests hermetic and av
codex-rs/core/tests/common/lib.rs:31
↓ 35 callersMethodrequest_redraw
(&mut self)
codex-rs/tui/src/chatwidget.rs:2414
↓ 34 callersFunctiondrain_insert_history
( rx: &mut tokio::sync::mpsc::UnboundedReceiver<AppEvent>, )
codex-rs/tui/src/chatwidget/tests.rs:314
↓ 32 callersMethodbuild
(self)
codex-rs/core/src/tools/registry.rs:209
↓ 32 callersMethodschedule_frame
(&self)
codex-rs/tui/src/tui.rs:200
↓ 31 callersFunctionfind_family_for_model
Returns a `ModelFamily` for the given model slug, or `None` if the slug does not match any known model family.
codex-rs/core/src/model_family.rs:80
↓ 30 callersFunctionbuilt_in_model_providers
Built-in default provider list.
codex-rs/core/src/model_provider_info.rs:255
↓ 30 callersFunctionevent
(id: &str, msg: EventMsg)
codex-rs/exec/tests/event_processor_with_json_output.rs:48
↓ 29 callersMethoddraw
( &mut self, height: u16, draw_fn: impl FnOnce(&mut custom_terminal::Frame), )
codex-rs/tui/src/tui.rs:488
↓ 28 callersMethodkind
(&self)
codex-rs/core/src/codex.rs:3039
↓ 28 callersMethodsend_error
(&self, id: RequestId, error: JSONRPCErrorError)
codex-rs/app-server/src/outgoing_message.rs:104
↓ 27 callersMethoddisplay_lines
(&self, width: u16)
codex-rs/tui/src/history_cell.rs:118
↓ 27 callersFunctionshlex_split_safe
(s: &str)
codex-rs/core/src/parse_command.rs:77
↓ 26 callersMethodcollect_thread_events
(&mut self, event: &Event)
codex-rs/exec/src/event_processor_with_jsonl_output.rs:100
↓ 26 callersMethodhandle_key_event
Forward a key event to the active view or the composer.
codex-rs/tui/src/bottom_pane/mod.rs:196
↓ 26 callersMethodwidth
(self, width: usize)
codex-rs/tui/src/wrapping.rs:110
↓ 25 callersMethodadd_to_history
(&mut self, cell: impl HistoryCell + 'static)
codex-rs/tui/src/chatwidget.rs:2003
↓ 25 callersMethodrequest_redraw
Height (terminal rows) required by the current bottom pane.
codex-rs/tui/src/bottom_pane/mod.rs:474
↓ 25 callersMethodsingle_request
(&self)
codex-rs/core/tests/common/responses.rs:27
↓ 25 callersFunctionword_wrap_line
(line: &'a Line<'a>, width_or_options: O)
codex-rs/tui/src/wrapping.rs:158
↓ 24 callersFunctionto_vec
(strings: &[&str])
codex-rs/apply-patch/src/seek_sequence.rs:117
↓ 24 callersFunctionvec_str
(args: &[&str])
codex-rs/core/src/parse_command.rs:81
↓ 23 callersFunctionmount_sse_once
(server: &MockServer, body: String)
codex-rs/core/tests/common/responses.rs:279
↓ 23 callersMethodrender_ref
Render the input into the provided buffer at `area`.
codex-rs/tui/src/public_widgets/composer_input.rs:96
↓ 22 callersMethodinitialize
Performs the initialization handshake with the MCP server.
codex-rs/app-server/tests/common/mcp_process.rs:127
↓ 22 callersFunctionregex_ci
(pat: &str)
codex-rs/git-apply/src/lib.rs:472
↓ 22 callersFunctionrender_lines
(lines: &[Line<'static>])
codex-rs/tui/src/history_cell.rs:1595
↓ 22 callersMethodsend_response
(&self, id: RequestId, response: T)
codex-rs/app-server/src/outgoing_message.rs:71
↓ 22 callersMethodset_text
(&mut self, text: &str)
codex-rs/tui/src/bottom_pane/textarea.rs:54
↓ 21 callersMethoddisplay_lines
(&self, width: u16)
codex-rs/tui/src/status/card.rs:232
↓ 21 callersMethodframe_requester
(&self)
codex-rs/tui/src/tui.rs:298
↓ 21 callersFunctionload_global_mcp_servers
( codex_home: &Path, )
codex-rs/core/src/config.rs:316
↓ 21 callersMethodreplace_range
(&mut self, range: std::ops::Range<usize>, text: &str)
codex-rs/tui/src/bottom_pane/textarea.rs:81
↓ 21 callersMethodstyle
(self)
codex-rs/tui/src/render/highlight.rs:52
↓ 20 callersMethodrender_widget_ref
(&mut self, widget: W, area: Rect)
codex-rs/tui/src/custom_terminal.rs:78
↓ 20 callersMethodsend_request
( &mut self, method: &str, params: Option<serde_json::Value>, )
codex-rs/app-server/tests/common/mcp_process.rs:316
↓ 20 callersMethodset_viewport_area
Sets the viewport area.
codex-rs/tui/src/custom_terminal.rs:226
↓ 20 callersFunctionsse
(...events: SseEvent[])
sdk/typescript/tests/responsesProxy.ts:147
↓ 19 callersFunctionappend_error_log
(message: impl AsRef<str>)
codex-rs/cloud-tasks/src/util.rs:11
↓ 19 callersMethodcontents
Returns a clone of the contents in the transcript.
codex-rs/core/src/conversation_history.rs:16
↓ 19 callersMethodhandle_paste
(&mut self, pasted: String)
codex-rs/tui/src/bottom_pane/chat_composer.rs:258
↓ 19 callersMethodis_empty
Returns true if the composer currently contains no user input.
codex-rs/tui/src/bottom_pane/chat_composer.rs:231
↓ 19 callersMethodparent
Parent commit ID, if the repository had a `HEAD` at creation time.
codex-rs/git-tooling/src/lib.rs:34
↓ 19 callersFunctionresponseStarted
(responseId: string = DEFAULT_RESPONSE_ID)
sdk/typescript/tests/responsesProxy.ts:154
↓ 19 callersFunctionshlex_join
(tokens: &[String])
codex-rs/core/src/parse_command.rs:42
↓ 18 callersFunctionassistantMessage
(text: string, itemId: string = DEFAULT_MESSAGE_ID)
sdk/typescript/tests/responsesProxy.ts:163
↓ 18 callersFunctionclose
()
sdk/typescript/tests/responsesProxy.ts:133
↓ 18 callersMethodheader
(&self, name: &str)
codex-rs/core/tests/common/responses.rs:73
↓ 18 callersMethodinitial_indent
(self, initial_indent: Line<'a>)
codex-rs/tui/src/wrapping.rs:114
↓ 18 callersMethodrecord_status
(&mut self, text: &str)
codex-rs/tui/src/chatwidget.rs:424
↓ 18 callersFunctionresponseCompleted
( responseId: string = DEFAULT_RESPONSE_ID, usage: ResponseCompletedUsage = DEFAULT_COMPLETED_USAGE, )
sdk/typescript/tests/responsesProxy.ts:187
↓ 18 callersFunctionrun_git_command_with_timeout
Run a git command with a timeout to prevent blocking on large repositories
codex-rs/core/src/git_info.rs:182
↓ 17 callersMethodcode
(&mut self, code: CowStr<'a>)
codex-rs/tui/src/markdown_render.rs:309
↓ 17 callersMethodhandle_request
( &self, request: UnifiedExecRequest<'_>, )
codex-rs/core/src/unified_exec/mod.rs:163
↓ 17 callersFunctionlines_to_single_string
(lines: &[ratatui::text::Line<'static>])
codex-rs/tui/src/chatwidget/tests.rs:330
↓ 17 callersFunctionread_config
Test helper moved to bottom per review guidance.
codex-rs/core/src/config_edit.rs:744
↓ 17 callersMethodrun
Provides the input to the agent and returns the completed turn.
sdk/typescript/src/thread.ts:96
↓ 17 callersMethodstartThread
* Starts a new conversation with an agent. * @returns A new thread instance.
sdk/typescript/src/codex.ts:24
↓ 17 callersMethodtruncate_if_needed
Truncates content if it exceeds the token limit. Returns the truncated content and whether truncation occurred.
codex-rs/orchestrator/src/truncation.rs:31
↓ 17 callersFunctiontruncate_text
Truncate `text` to `max_graphemes` graphemes. Using graphemes to avoid accidentally truncating in the middle of a multi-codepoint character.
codex-rs/tui/src/text_formatting.rs:276
↓ 16 callersMethodinput
(&mut self, event: KeyEvent)
codex-rs/tui/src/bottom_pane/textarea.rs:205
next →1–100 of 4,129, ranked by callers