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

Method is_active

crates/opencode-tui/src/components/spinner.rs:113–115  ·  view source on GitHub ↗
(&self)

Source from the content-addressed store, hash-verified

111 }
112
113 pub fn is_active(&self) -> bool {
114 self.active
115 }
116
117 pub fn set_task_kind(&mut self, task_kind: TaskKind) {
118 self.task_kind = task_kind;

Callers 1

spinner_activeMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected