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

Method kind_bits

crates/css_lexer/src/token.rs:636–638  ·  view source on GitHub ↗
(&self)

Source from the content-addressed store, hash-verified

634 /// Returns the raw bits representing the [Kind].
635 #[inline(always)]
636 pub(crate) const fn kind_bits(&self) -> u8 {
637 (self.0 >> 24 & 0b1_1111) as u8
638 }
639
640 /// Returns the [Kind].
641 #[inline]

Callers 15

eq_ignore_ascii_caseMethod · 0.80
parseMethod · 0.80
parse_ascii_lowerMethod · 0.80
kindMethod · 0.80
is_ident_likeMethod · 0.80
is_delim_likeMethod · 0.80
is_emptyMethod · 0.80
lenMethod · 0.80
is_intMethod · 0.80
is_floatMethod · 0.80
has_signMethod · 0.80
numeric_lenMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected