MCPcopy Create free account
hub / github.com/RustOtomeLab/RustEng / speed

Method speed

src/config/user.rs:53–55  ·  view source on GitHub ↗
(&self)

Source from the content-addressed store, hash-verified

51 }
52
53 pub(crate) fn speed(&self) -> f32 {
54 self.text.speed()
55 }
56
57 pub(crate) fn opacity(&self) -> f32 {
58 self.text.opacity()

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected