MCPcopy Create free account

hub / github.com/Infatoshi/OpenSquirrel / functions

Functions390 in github.com/Infatoshi/OpenSquirrel

↓ 483 callersMethods
(&self, base: f32)
src/app.rs:4585
↓ 114 callersMethodpush
Push to remote.
src/changes.rs:225
↓ 92 callersMethodas_str
(&self)
src/app.rs:407
↓ 75 callersMethodbg
(&self)
src/theme.rs:39
↓ 65 callersMethodtext_faint
(&self)
src/theme.rs:60
↓ 58 callersMethodtext
(&self)
src/theme.rs:54
↓ 55 callersMethodtext_muted
(&self)
src/theme.rs:57
↓ 41 callersMethodbg_alpha
Apply background opacity to a color. Used for bg, surface, surface_raised so the desktop shows through.
src/app.rs:4590
↓ 28 callersMethodset_mode
(&mut self, mode: Mode)
src/app.rs:2434
↓ 27 callersMethodclamp_focus
(&mut self)
src/app.rs:2443
↓ 26 callersMethodblue
(&self)
src/theme.rs:72
↓ 26 callersMethodshortcut_row
(&self, key: &str, desc: &str)
src/app.rs:7712
↓ 24 callersMethodc
(&self, value: u32)
src/theme.rs:35
↓ 20 callersMethodset_focus
(&mut self, idx: usize)
src/app.rs:2427
↓ 19 callersMethodborder
(&self)
src/theme.rs:48
↓ 17 callersMethodyellow
(&self)
src/theme.rs:66
↓ 16 callersMethodsave_config
(&mut self)
src/app.rs:1545
↓ 15 callersMethodsurface
(&self)
src/theme.rs:42
↓ 14 callersMethodgreen
(&self)
src/theme.rs:63
↓ 14 callersFunctionshell_escape
(arg: &str)
src/lib.rs:380
↓ 14 callersMethodsurface_raised
(&self)
src/theme.rs:45
↓ 13 callersMethodpalette_border
(&self)
src/theme.rs:84
↓ 13 callersMethodselected_row
(&self)
src/theme.rs:87
↓ 11 callersMethodred
(&self)
src/theme.rs:69
↓ 9 callersMethodcreate_agent_with_role
( &mut self, name: &str, group: &str, runtime_name: &str, model: Optio
src/app.rs:1785
↓ 8 callersMethodagents_in_current_group
(&self)
src/app.rs:2417
↓ 8 callersFunctionpeek_is
(chars: &[char], i: usize, s: &str)
src/lib.rs:199
↓ 8 callersMethodsave_state
(&self)
src/app.rs:1573
↓ 7 callersMethodcolor
(&self, t: &ThemeColors)
src/app.rs:443
↓ 7 callersMethodrebuild_palette
(&mut self)
src/app.rs:2629
↓ 7 callersMethodremove
Remove this worktree. Runs teardown script if present, then `git worktree remove --force`.
src/worktree.rs:56
↓ 7 callersMethodsend_command
(&mut self, cmd: &JsonValue)
src/daemon_client.rs:185
↓ 7 callersMethodsend_prompt
(&mut self, idx: usize, prompt: String, cx: &mut Context<Self>)
src/app.rs:2361
↓ 7 callersMethodshadow
(&self)
src/theme.rs:90
↓ 7 callersMethodstat_row
(&self, label: &str, value: &str, color: Rgba)
src/app.rs:7676
↓ 6 callersFunctionbuild_persistent_runtime_args
Normalize CLI args for persistent stream-json runtimes.
src/lib.rs:280
↓ 6 callersFunctionclassify_line
(line: &str)
src/lib.rs:18
↓ 6 callersMethodflush
(&mut self)
src/app.rs:37
↓ 6 callersFunctionparse_spans
Parse a line of text into styled spans. Handles: `code`, **bold**, *italic*, ***bold italic
src/lib.rs:71
↓ 5 callersMethodcoordinator_preamble
(&self)
src/app.rs:1080
↓ 5 callersFunctionextract_latest_turn_output
(lines: &[String])
src/lib.rs:334
↓ 5 callersMethodlabel
(&self)
src/app.rs:434
↓ 5 callersFunctionlist_subdirs
(parent: &str)
src/app.rs:206
↓ 5 callersFunctionparse_session_prompt
Extract an optional `SESSION:<id>` prefix from a prompt.
src/lib.rs:270
↓ 5 callersMethodruntime_color
(&self, runtime: &str)
src/theme.rs:112
↓ 5 callersMethodsettings_step_current_item
(&mut self, delta: i32)
src/app.rs:2533
↓ 4 callersMethodblue_muted
(&self)
src/theme.rs:75
↓ 4 callersMethoddot
(&self)
src/app.rs:452
↓ 4 callersMethodmini_stat
(&self, label: &str, value: u64, color: Rgba)
src/app.rs:7694
↓ 4 callersMethodmodal
Positioned popup modal with standard styling (bg, border, rounded, shadow). Caller adds children, then wraps with `modal_fade()` for animation.
src/app.rs:4602
↓ 4 callersMethodpalette_bg
(&self)
src/theme.rs:81
↓ 4 callersFunctionparse_claude_json
( line: &str, msg_tx: &async_channel::Sender<AgentMsg>, line_buf: &mut String, )
src/runtime.rs:94
↓ 4 callersMethodport
Get the port the server is listening on.
src/hooks.rs:42
↓ 4 callersMethodrefresh
Refresh git status by running `git status --porcelain=v1`.
src/changes.rs:59
↓ 4 callersFunctionsend_json
(writer: &mut impl Write, value: &JsonValue)
src/daemon.rs:178
↓ 4 callersMethodset_theme
(&mut self, name: &str)
src/app.rs:2452
↓ 4 callersMethodsubmit_input
(&mut self, _: &SubmitInput, _w: &mut Window, cx: &mut Context<Self>)
src/app.rs:3077
↓ 3 callersMethodchild_workers
(&self, parent_idx: usize)
src/app.rs:1117
↓ 3 callersMethodfiltered
(&self)
src/app.rs:733
↓ 3 callersMethodload_diff
Load the diff for the currently selected file.
src/changes.rs:149
↓ 3 callersMethodmodal_fade
Standard fade-in animation for modals. Call as the last step after adding children.
src/app.rs:4629
↓ 3 callersFunctionparse_codex_json
(line: &str, msg_tx: &async_channel::Sender<AgentMsg>)
src/runtime.rs:263
↓ 3 callersFunctionparse_cursor_json
( line: &str, msg_tx: &async_channel::Sender<AgentMsg>, line_buf: &mut String, )
src/runtime.rs:446
↓ 3 callersFunctionparse_opencode_json
(line: &str, msg_tx: &async_channel::Sender<AgentMsg>)
src/runtime.rs:349
↓ 3 callersMethodremove_agent_and_dependents
(&mut self, idx: usize)
src/app.rs:1132
↓ 3 callersMethodrender_agent_tile
(&self, idx: usize, cx: &mut Context<Self>)
src/app.rs:5270
↓ 3 callersMethodsave
(&self)
src/config.rs:89
↓ 3 callersMethodselectable_row
Selectable list row with standard padding, highlight, and cursor. Caller adds children, flex layout, and on_click handler.
src/app.rs:4640
↓ 3 callersMethodstart_setup
(&mut self)
src/app.rs:2733
↓ 3 callersFunctionsummarize_diff
(lines: &[String])
src/lib.rs:351
↓ 3 callersMethodsummary
(&self)
src/app.rs:548
↓ 3 callersMethodtotal
(&self)
src/app.rs:545
↓ 3 callersMethodtotal_tokens
(&self)
src/app.rs:303
↓ 2 callersMethodborder_focus
(&self)
src/theme.rs:51
↓ 2 callersFunctionbuild_mcp_config_args
(mcps: &[McpDef])
src/runtime.rs:749
↓ 2 callersMethodclamp_settings_cursor
(&mut self)
src/app.rs:2503
↓ 2 callersFunctionconfig_path
()
src/config.rs:5
↓ 2 callersMethodcontext_usage_pct
(&self)
src/app.rs:307
↓ 2 callersMethodcontinue_pending_turn
(&mut self, idx: usize, cx: &mut Context<Self>)
src/app.rs:2398
↓ 2 callersMethodcurrent_group_name
(&self)
src/app.rs:2410
↓ 2 callersFunctiondirs_path
(sub: &str)
src/daemon.rs:115
↓ 2 callersMethoddisconnect
Disconnect and clean up tunnel.
src/daemon_client.rs:77
↓ 2 callersFunctionmake_tmux_session_name
(agent_name: &str)
src/runtime.rs:73
↓ 2 callersMethodnew
(name: &str, group: &str, runtime: &str)
src/app.rs:605
↓ 2 callersFunctionparse_status_char
(c: char)
src/changes.rs:31
↓ 2 callersMethodrebuild_search
(&mut self)
src/app.rs:4550
↓ 2 callersMethodrender_particles
(&self)
src/app.rs:4335
↓ 2 callersMethodrender_styled_line
Render a line with inline markdown using StyledText + TextRun for proper reflow.
src/app.rs:5174
↓ 2 callersFunctionrun
()
src/app.rs:8772
↓ 2 callersFunctionrun_hook_script
Run a hook script (.osq/setup.sh or teardown.sh) with standard env vars. Returns captured output lines for display in agent transcript.
src/worktree.rs:141
↓ 2 callersFunctionrun_ssh_script
(destination: &str, script: &str)
src/runtime.rs:629
↓ 2 callersMethodsettings_change_section
(&mut self, delta: i32)
src/app.rs:2517
↓ 2 callersMethodsettings_item_count
(&self, section: SettingsSection)
src/app.rs:2492
↓ 2 callersMethodsetup_next
Setup navigation
src/app.rs:3472
↓ 2 callersFunctionstate_path
()
src/config.rs:10
↓ 2 callersFunctionstream_remote_tmux_session
( msg_tx: &async_channel::Sender<AgentMsg>, destination: &str, session_name: &str, mut parse_j
src/runtime.rs:709
↓ 2 callersMethodtotal_items
Get the total number of items (staged + unstaged + untracked) for navigation.
src/changes.rs:127
↓ 2 callersMethodtranscript_font
(&self)
src/app.rs:8241
↓ 2 callersMethoduser_input
(&self)
src/theme.rs:78
↓ 2 callersFunctionword_left_target
Simulates the word-boundary logic used by cursor_word_left and delete_word_back.
tests/state_tests.rs:488
next →1–100 of 390, ranked by callers