MCPcopy Create free account
hub / github.com/csskit/csskit / value

Method value

crates/css_ast/src/units/percentage.rs:13–15  ·  view source on GitHub ↗
(&self)

Source from the content-addressed store, hash-verified

11
12impl Percentage {
13 pub fn value(&self) -> f32 {
14 self.0.into()
15 }
16}
17
18impl From<Percentage> for f32 {

Callers 9

peekMethod · 0.45
resolve_channelFunction · 0.45
resolve_alphaFunction · 0.45
resolve_hue_channelFunction · 0.45
to_chromashiftMethod · 0.45
to_chromashiftMethod · 0.45
to_chromashiftMethod · 0.45
parseMethod · 0.45
parseMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected