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

Class Number

crates/css_parse/src/token_macros.rs:532–532  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

530#[derive(Debug, Copy, Clone, PartialEq, Eq, PartialOrd, Ord, Hash)]
531#[cfg_attr(feature = "serde", derive(serde::Serialize), serde())]
532pub struct Number(Cursor);
533cursor_wrapped!(Number);
534
535impl Number {

Callers 8

opacity_value.rsFile · 0.85
convert_tokenFunction · 0.85
defaultMethod · 0.85
fromMethod · 0.85
token_macros.rsFile · 0.85
parseMethod · 0.85
formatOptionsMethod · 0.85
handleEventMethod · 0.85

Calls

no outgoing calls

Tested by 1

convert_tokenFunction · 0.68