MCPcopy Create free account
hub / github.com/ChrisFeldmeier/OpenCodeRust / set_status

Method set_status

crates/opencode-mcp/src/client.rs:179–182  ·  view source on GitHub ↗
(&self, status: McpStatus)

Source from the content-addressed store, hash-verified

177 }
178
179 pub async fn set_status(&self, status: McpStatus) {
180 let mut guard = self.status.write().await;
181 *guard = status;
182 }
183
184 // -- Factory helpers -----------------------------------------------------
185

Callers 8

connect_stdioMethod · 0.45
connect_httpMethod · 0.45
connect_sseMethod · 0.45
closeMethod · 0.45
add_stdioMethod · 0.45
add_httpMethod · 0.45
add_sseMethod · 0.45
removeMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected