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

Method set_busy

crates/opencode-session/src/session.rs:235–237  ·  view source on GitHub ↗
(&mut self, session_id: &str)

Source from the content-addressed store, hash-verified

233 }
234
235 pub fn set_busy(&mut self, session_id: &str) {
236 self.set(session_id, RunStatus::Busy);
237 }
238
239 pub fn set_retrying(&mut self, session_id: &str, attempt: u32, message: String, next: i64) {
240 self.set(

Callers

nothing calls this directly

Calls 1

setMethod · 0.45

Tested by

no test coverage detected