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

Method get

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

Source from the content-addressed store, hash-verified

213 }
214
215 pub fn get(&self, session_id: &str) -> RunStatus {
216 self.states.get(session_id).cloned().unwrap_or_default()
217 }
218
219 pub fn is_busy(&self, session_id: &str) -> bool {
220 matches!(

Callers 2

create_childMethod · 0.45
forkMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected