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

Method success

crates/opencode-tui/src/theme/mod.rs:650–652  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

648 }
649
650 pub fn success() -> Style {
651 Style::default().fg(Color::Rgb(80, 200, 120))
652 }
653
654 pub fn error() -> Style {
655 Style::default().fg(Color::Rgb(255, 80, 80))

Callers 6

read_with_commandFunction · 0.45
write_with_commandFunction · 0.45
read_raw_with_commandFunction · 0.45
read_image_macosFunction · 0.45
read_image_windowsFunction · 0.45
executeMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected