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

Method second_flag

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

Source from the content-addressed store, hash-verified

658 /// Check if the TF second-upper-most bit is set.
659 #[inline(always)]
660 const fn second_flag(&self) -> bool {
661 self.0 >> 30 & 0b1 == 1
662 }
663
664 /// Check if the TF third-upper-most bit is set.
665 #[inline(always)]

Callers 6

has_signMethod · 0.80
has_close_quoteMethod · 0.80
is_dashed_identMethod · 0.80
url_has_leading_spaceMethod · 0.80
hash_is_id_likeMethod · 0.80
fmtMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected