↓ 5 callersFunctiongithub_create_comment(
owner: &str,
repo: &str,
issue_number: u64,
body: &str,
token: Option<&str>,
)
crates/opencode-cli/src/main.rs:4798
↓ 4 callersFunctionpick_earliest(
current: Option<(usize, usize, Style)>,
candidate: (usize, usize, Style),
)
crates/opencode-tui/src/components/semantic_highlight.rs:143