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

Method spinner_task_kind

crates/opencode-tui/src/components/prompt.rs:387–389  ·  view source on GitHub ↗
(&self)

Source from the content-addressed store, hash-verified

385 }
386
387 pub fn spinner_task_kind(&self) -> TaskKind {
388 self.spinner.task_kind()
389 }
390
391 pub fn set_spinner_color(&mut self, color: Color) {
392 self.spinner.set_color(color);

Callers 1

Calls 1

task_kindMethod · 0.80

Tested by

no test coverage detected