Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/ChrisFeldmeier/OpenCodeRust
/ success
Method
success
crates/opencode-util/src/util.rs:182–184 ·
view source on GitHub ↗
(&self)
Source
from the content-addressed store, hash-verified
180
}
181
182
pub fn success(&self) -> bool {
183
self.exit_code == 0
184
}
185
}
186
187
pub fn run(args: &[&str], cwd: &Path) -> GitResult {
Callers
15
get_file_status
Function · 0.45
is_git_repository
Function · 0.45
run_git
Function · 0.45
install_npm_packages
Method · 0.45
try_open_browser
Function · 0.45
run_acp_bridge_candidate
Function · 0.45
handle_db_command
Function · 0.45
handle_pr_command
Function · 0.45
command_text
Function · 0.45
run_upgrade_process
Function · 0.45
handle_debug_command
Function · 0.45
ensure_gh_available
Function · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected