MCPcopy Index your code
hub / github.com/ChrisFeldmeier/OpenCodeRust / status

Method status

crates/opencode-mcp/src/client.rs:175–177  ·  view source on GitHub ↗
(&self)

Source from the content-addressed store, hash-verified

173 // -- Status accessors ----------------------------------------------------
174
175 pub async fn status(&self) -> McpStatus {
176 self.status.read().await.clone()
177 }
178
179 pub async fn set_status(&self, status: McpStatus) {
180 let mut guard = self.status.write().await;

Callers 15

pty_connectFunction · 0.45
fetch_wellknown_configFunction · 0.45
install_npm_packagesMethod · 0.45
wait_for_server_readyFunction · 0.45
try_open_browserFunction · 0.45
run_acp_bridge_candidateFunction · 0.45
handle_db_commandFunction · 0.45
handle_pr_commandFunction · 0.45
run_upgrade_processFunction · 0.45
parse_http_jsonFunction · 0.45
chatMethod · 0.45

Calls 2

readMethod · 0.80
cloneMethod · 0.45

Tested by

no test coverage detected