Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Stanford-Trinity/ARTEMIS
/ functions
Functions
2,111 in github.com/Stanford-Trinity/ARTEMIS
⨍
Functions
2,111
◇
Types & classes
611
↓ 8 callers
Method
move_cursor_up
(&mut self)
codex-rs/tui/src/bottom_pane/textarea.rs:473
↓ 8 callers
Method
next_event
(&self)
codex-rs/core/src/codex.rs:245
↓ 8 callers
Function
parse_patch
(patch: &str)
codex-rs/apply-patch/src/parser.rs:106
↓ 8 callers
Function
process_exec_tool_call
( params: ExecParams, sandbox_type: SandboxType, sandbox_policy: &SandboxPolicy, codex_linux_s
codex-rs/core/src/exec.rs:81
↓ 8 callers
Method
run_insert
(&mut self, lines: Vec<Line<'static>>)
codex-rs/tui/tests/suite/vt100_history.rs:46
↓ 8 callers
Function
setup
()
codex-rs/execpolicy/tests/suite/ls.rs:15
↓ 8 callers
Method
size
Queries the real size of the backend.
codex-rs/tui/src/custom_terminal.rs:440
↓ 7 callers
Function
assert_network_blocked
(cmd: &[&str])
codex-rs/linux-sandbox/tests/suite/landlock.rs:134
↓ 7 callers
Method
auth
Current cached auth (clone). May be `None` if not logged in or load failed.
codex-rs/login/src/auth_manager.rs:61
↓ 7 callers
Method
build
(self)
codex-rs/execpolicy/src/policy_parser.rs:96
↓ 7 callers
Method
cached
(&self)
codex-rs/tui/src/pager_overlay.rs:294
↓ 7 callers
Function
collect_git_info
Collect git repository information from the given working directory using command-line git. Returns None if no git repository is found or if git opera
codex-rs/core/src/git_info.rs:41
↓ 7 callers
Method
contents
Returns a clone of the contents in the transcript.
codex-rs/core/src/conversation_history.rs:16
↓ 7 callers
Function
create_mock_chat_completions_server
Create a mock server that will provide the responses, in order, for requests to the `/v1/chat/completions` endpoint.
codex-rs/mcp-server/tests/common/mock_model_server.rs:13
↓ 7 callers
Function
create_test_git_repo
Helper function to create a test git repository
codex-rs/core/src/git_info.rs:483
↓ 7 callers
Method
defer_or_handle
( &mut self, push: impl FnOnce(&mut InterruptManager), handle: impl FnOnce(&mut Self),
codex-rs/tui/src/chatwidget.rs:411
↓ 7 callers
Method
delete_backward_word
(&mut self)
codex-rs/tui/src/bottom_pane/textarea.rs:434
↓ 7 callers
Method
ensure_wrapped
(&mut self, width: u16)
codex-rs/tui/src/pager_overlay.rs:270
↓ 7 callers
Function
get_auth_file
(codex_home: &Path)
codex-rs/login/src/lib.rs:277
↓ 7 callers
Function
load_auth
( codex_home: &Path, include_env_var: bool, preferred_auth_method: AuthMode, )
codex-rs/login/src/lib.rs:201
↓ 7 callers
Method
move_cursor_left
Move the cursor left by a single grapheme cluster.
codex-rs/tui/src/bottom_pane/textarea.rs:462
↓ 7 callers
Method
move_cursor_right
Move the cursor right by a single grapheme cluster.
codex-rs/tui/src/bottom_pane/textarea.rs:468
↓ 7 callers
Function
populate_env
(vars: I, policy: &ShellEnvironmentPolicy)
codex-rs/core/src/exec_env.rs:18
↓ 7 callers
Method
render_ref
(&self, area: Rect, buf: &mut Buffer)
codex-rs/tui/src/bottom_pane/mod.rs:431
↓ 7 callers
Function
setup
()
codex-rs/execpolicy/tests/suite/head.rs:16
↓ 7 callers
Method
width
(&self)
codex-rs/tui/src/live_wrap.rs:13
↓ 6 callers
Method
_format_time
Format hour in 12-hour format.
supervisor/working_hours.py:44
↓ 6 callers
Function
backoff
(attempt: u64)
codex-rs/core/src/util.rs:9
↓ 6 callers
Method
buffer_mut
Gets the buffer that this `Frame` draws into as a mutable reference.
codex-rs/tui/src/custom_terminal.rs:134
↓ 6 callers
Method
calculate_required_height
Determine the preferred height of the popup. This is the number of rows required to show at most MAX_POPUP_ROWS commands.
codex-rs/tui/src/bottom_pane/command_popup.rs:61
↓ 6 callers
Method
codex_home
(&self)
codex-rs/core/src/config.rs:1006
↓ 6 callers
Function
create_diff_summary
( title: &str, changes: &HashMap<PathBuf, FileChange>, event_type: PatchEventType, )
codex-rs/tui/src/diff_render.rs:24
↓ 6 callers
Method
cwd
(&self)
codex-rs/core/src/config.rs:1002
↓ 6 callers
Method
desired_height
(&self, width: u16)
codex-rs/tui/src/bottom_pane/mod.rs:97
↓ 6 callers
Method
filtered_commands
(&self)
codex-rs/tui/src/bottom_pane/command_popup.rs:88
↓ 6 callers
Method
finalize
Finalize the active stream. If `flush_immediately` is true, drain and emit now.
codex-rs/tui/src/streaming/controller.rs:105
↓ 6 callers
Function
find_nth_last_user_header_index
Find the header index for the Nth last user message in the transcript. Returns `None` if `n == 0` or there are fewer than `n` user messages.
codex-rs/tui/src/backtrack_helpers.rs:20
↓ 6 callers
Method
flush_answer_stream_with_separator
(&mut self)
codex-rs/tui/src/chatwidget.rs:142
↓ 6 callers
Function
generate_user_prompt
( driver_prompt: &str, model: &str, session_logs_dir: &std::path::Path, )
codex-rs/cli/src/main.rs:1588
↓ 6 callers
Method
get_conversation
( &self, conversation_id: Uuid, )
codex-rs/core/src/conversation_manager.rs:102
↓ 6 callers
Method
insert_str
(&mut self, text: &str)
codex-rs/tui/src/bottom_pane/textarea.rs:66
↓ 6 callers
Function
login_with_api_key
(codex_home: &Path, api_key: &str)
codex-rs/login/src/lib.rs:292
↓ 6 callers
Function
make_vars
(pairs: &[(&str, &str)])
codex-rs/core/src/exec_env.rs:77
↓ 6 callers
Method
parse
(&self)
codex-rs/execpolicy/src/policy_parser.rs:37
↓ 6 callers
Function
push_wrapped_diff_line
( line_number: usize, kind: DiffLineType, text: &str, term_cols: usize, )
codex-rs/tui/src/diff_render.rs:275
↓ 6 callers
Method
read_jsonrpc_message
(&mut self)
codex-rs/mcp-server/tests/common/mcp_process.rs:293
↓ 6 callers
Method
record_local_submission
Record a message submitted by the user in the current session so it can be recalled later.
codex-rs/tui/src/bottom_pane/chat_composer_history.rs:57
↓ 6 callers
Method
refresh_queued_user_messages
Rebuild and update the queued user messages from the current queue.
codex-rs/tui/src/chatwidget.rs:1007
↓ 6 callers
Method
send_send_user_message_request
Send a `sendUserMessage` JSON-RPC request with a single text item.
codex-rs/mcp-server/tests/common/mcp_process.rs:185
↓ 6 callers
Function
snapshot_lines
(name: &str, lines: Vec<RtLine<'static>>, width: u16, height: u16)
codex-rs/tui/src/diff_render.rs:382
↓ 6 callers
Function
try_read_auth_json
Attempt to read and refresh the `auth.json` file in the given `CODEX_HOME` directory. Returns the full AuthDotJson structure after refreshing if neces
codex-rs/login/src/lib.rs:303
↓ 6 callers
Function
unified_diff_from_chunks
( path: &Path, chunks: &[UpdateFileChunk], )
codex-rs/apply-patch/src/lib.rs:649
↓ 5 callers
Method
_save_todo_list
Save the supervisor todo list to file.
supervisor/tools.py:638
↓ 5 callers
Method
abort
(self, reason: TurnAbortReason)
codex-rs/core/src/codex.rs:1023
↓ 5 callers
Method
arg_type
(&self)
codex-rs/execpolicy/src/arg_matcher.rs:66
↓ 5 callers
Method
block_until_done
(self)
codex-rs/login/src/server.rs:54
↓ 5 callers
Function
convert_call_tool_result_to_function_call_output_payload
( call_tool_result: &CallToolResult, )
codex-rs/core/src/codex.rs:2858
↓ 5 callers
Method
count_tokens
Count tokens in a list of messages.
supervisor/context_manager.py:50
↓ 5 callers
Method
find_element_containing
(&self, pos: usize)
codex-rs/tui/src/bottom_pane/textarea.rs:643
↓ 5 callers
Function
get_codex_user_agent
(originator: Option<&str>)
codex-rs/core/src/user_agent.rs:3
↓ 5 callers
Function
get_platform_sandbox
()
codex-rs/core/src/safety.rs:162
↓ 5 callers
Function
git_diff_to_remote
Returns the closest git sha to HEAD that is on a remote as well as the diff to that sha.
codex-rs/core/src/git_info.rs:96
↓ 5 callers
Method
insert_history_lines
(&mut self, lines: Vec<Line<'static>>)
codex-rs/tui/src/tui.rs:479
↓ 5 callers
Method
insert_str_at
(&mut self, pos: usize, text: &str)
codex-rs/tui/src/bottom_pane/textarea.rs:70
↓ 5 callers
Method
is_empty
(&self)
codex-rs/tui/src/chatwidget/interrupts.rs:37
↓ 5 callers
Function
maybe_parse_apply_patch
(argv: &[String])
codex-rs/apply-patch/src/lib.rs:89
↓ 5 callers
Method
move_cursor_to_beginning_of_line
(&mut self, move_up_at_bol: bool)
codex-rs/tui/src/bottom_pane/textarea.rs:604
↓ 5 callers
Function
parse_id_token
(id_token: &str)
codex-rs/login/src/token_data.rs:140
↓ 5 callers
Function
parse_seq
(src: &str)
codex-rs/core/src/bash.rs:137
↓ 5 callers
Method
push_approval_request
Called when the agent requests user approval.
codex-rs/tui/src/bottom_pane/mod.rs:361
↓ 5 callers
Function
rand_grapheme
(rng: &mut rand::rngs::StdRng)
codex-rs/tui/src/bottom_pane/textarea.rs:956
↓ 5 callers
Method
read_stream_until_notification_message
( &mut self, method: &str, )
codex-rs/mcp-server/tests/common/mcp_process.rs:376
↓ 5 callers
Method
record_conversation_items
Records items to both the rollout and the chat completions/ZDR transcript, if enabled.
codex-rs/core/src/codex.rs:669
↓ 5 callers
Function
rewrite_file_citations
Rewrites file citations in `src` into markdown hyperlinks using the provided `scheme` (`vscode`, `cursor`, etc.). The resulting URI follows the format
codex-rs/tui/src/markdown.rs:62
↓ 5 callers
Method
rows
Return a snapshot of produced rows (non-draining).
codex-rs/tui/src/live_wrap.rs:90
↓ 5 callers
Function
run_cmd
(cmd: &[&str], writable_roots: &[PathBuf], timeout_ms: u64)
codex-rs/linux-sandbox/tests/suite/landlock.rs:37
↓ 5 callers
Function
run_login_server
(opts: ServerOptions)
codex-rs/login/src/server.rs:80
↓ 5 callers
Method
screen_rows_from_bytes
(&self, bytes: &[u8])
codex-rs/tui/tests/suite/vt100_history.rs:52
↓ 5 callers
Method
send_add_conversation_listener_request
Send an `addConversationListener` JSON-RPC request.
codex-rs/mcp-server/tests/common/mcp_process.rs:176
↓ 5 callers
Method
send_event
Sends the given event to the client and swallows the send event, if any, logging it as an error.
codex-rs/core/src/codex.rs:597
↓ 5 callers
Method
send_new_conversation_request
Send a `newConversation` JSON-RPC request.
codex-rs/mcp-server/tests/common/mcp_process.rs:167
↓ 5 callers
Function
skip_test
()
codex-rs/core/tests/suite/exec.rs:17
↓ 5 callers
Function
sse_completed
Build minimal SSE stream with completed marker using the JSON fixture.
codex-rs/core/tests/suite/prompt_caching.rs:27
↓ 5 callers
Method
stream_idle_timeout
Effective idle timeout for streaming responses.
codex-rs/core/src/model_provider_info.rs:225
↓ 5 callers
Function
strip_bash_lc_and_escape
(command: &[String])
codex-rs/tui/src/exec_command.rs:10
↓ 5 callers
Method
submit_op
Forward an `Op` directly to codex.
codex-rs/tui/src/chatwidget.rs:1183
↓ 5 callers
Function
to_command_display
( first_line: Vec<Span<'a>>, cmd: String, last_line: Vec<Span<'a>>, )
codex-rs/tui/src/user_approval_widget.rs:112
↓ 5 callers
Function
type_from_ref
Convert a JSON reference to a Rust type.
codex-rs/mcp-types/generate_mcp_types.py:652
↓ 4 callers
Function
ansi_escape_line
This function should be used when the contents of `s` are expected to match a single line. If multiple lines are found, a warning is logged and only t
codex-rs/ansi-escape/src/lib.rs:9
↓ 4 callers
Function
arg0_dispatch_or_else
While we want to deploy the Codex CLI as a single executable for simplicity, we also want to expose some of its functionality as distinct CLIs, so we
codex-rs/arg0/src/lib.rs:36
↓ 4 callers
Method
beginning_of_previous_word
(&self)
codex-rs/tui/src/bottom_pane/textarea.rs:787
↓ 4 callers
Method
cardinality
(&self)
codex-rs/execpolicy/src/arg_matcher.rs:51
↓ 4 callers
Method
clamp_pos_to_nearest_boundary
(&self, mut pos: usize)
codex-rs/tui/src/bottom_pane/textarea.rs:649
↓ 4 callers
Method
clamp_selection
Clamp selection to be within the [0, len-1] range, or None when empty.
codex-rs/tui/src/bottom_pane/scroll_state.rs:28
↓ 4 callers
Method
command
Command string without the leading '/'. Provided for compatibility with existing code that expects a method named `command()`.
codex-rs/tui/src/slash_command.rs:52
↓ 4 callers
Function
create_test_git_repo_with_remote
(temp_dir: &TempDir)
codex-rs/core/src/git_info.rs:540
↓ 4 callers
Function
create_test_scenario
(tmp: &TempDir)
codex-rs/core/tests/suite/seatbelt.rs:163
↓ 4 callers
Method
cursor_pos
(&self, area: Rect)
codex-rs/tui/src/bottom_pane/textarea.rs:134
↓ 4 callers
Method
delete_backward
####### Input Functions #######
codex-rs/tui/src/bottom_pane/textarea.rs:406
↓ 4 callers
Method
delete_forward
(&mut self, n: usize)
codex-rs/tui/src/bottom_pane/textarea.rs:420
← previous
next →
101–200 of 2,111, ranked by callers