MCPcopy 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_statusFunction · 0.45
is_git_repositoryFunction · 0.45
run_gitFunction · 0.45
install_npm_packagesMethod · 0.45
try_open_browserFunction · 0.45
run_acp_bridge_candidateFunction · 0.45
handle_db_commandFunction · 0.45
handle_pr_commandFunction · 0.45
command_textFunction · 0.45
run_upgrade_processFunction · 0.45
handle_debug_commandFunction · 0.45
ensure_gh_availableFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected