Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/RustOtomeLab/RustEng
/ opacity
Method
opacity
src/config/user.rs:57–59 ·
view source on GitHub ↗
(&self)
Source
from the content-addressed store, hash-verified
55
}
56
57
pub(crate) fn opacity(&self) -> f32 {
58
self.text.opacity()
59
}
60
61
pub(crate) fn is_bold(&self) -> bool {
62
self.text.is_bold()
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected