Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ChrisFeldmeier/OpenCodeRust
/ spinner_active
Method
spinner_active
crates/opencode-tui/src/components/prompt.rs:379–381 ·
view source on GitHub ↗
(&self)
Source
from the content-addressed store, hash-verified
377
}
378
379
pub fn spinner_active(&self) -> bool {
380
self.spinner.is_active()
381
}
382
383
pub fn set_spinner_task_kind(&mut self, task_kind: TaskKind) {
384
self.spinner.set_task_kind(task_kind);
Callers
1
sync_prompt_spinner_state
Method · 0.80
Calls
1
is_active
Method · 0.45
Tested by
no test coverage detected