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

Method third_flag

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

Source from the content-addressed store, hash-verified

664 /// Check if the TF third-upper-most bit is set.
665 #[inline(always)]
666 const fn third_flag(&self) -> bool {
667 self.0 >> 29 & 0b1 == 1
668 }
669
670 /// Check if the [Kind] is "Ident Like", i.e. it is [Kind::Ident], [Kind::AtKeyword], [Kind::Function], [Kind::Hash].
671 #[inline(always)]

Callers 7

is_intMethod · 0.80
is_floatMethod · 0.80
quote_styleMethod · 0.80
is_lower_caseMethod · 0.80
url_has_closing_parenMethod · 0.80
is_cdcMethod · 0.80
fmtMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected