Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/ChrisFeldmeier/OpenCodeRust
/ is_visible
Method
is_visible
crates/opencode-tui/src/components/toast.rs:91–93 ·
view source on GitHub ↗
(&self)
Source
from the content-addressed store, hash-verified
89
}
90
91
pub fn is_visible(&self) -> bool {
92
self.message.is_some()
93
}
94
95
pub fn slide_offset(&self) -> u16 {
96
let progress = self.animation_progress();
Callers
1
draw
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected