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

Method task_kind

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

Source from the content-addressed store, hash-verified

119 }
120
121 pub fn task_kind(&self) -> TaskKind {
122 self.task_kind
123 }
124
125 pub fn set_mode(&mut self, mode: SpinnerMode) {
126 if self.mode == mode {

Callers 1

spinner_task_kindMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected