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

Method first_flag

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

Source from the content-addressed store, hash-verified

652 /// Check if the TF upper-most bit is set.
653 #[inline(always)]
654 const fn first_flag(&self) -> bool {
655 self.0 >> 31 == 1
656 }
657
658 /// Check if the TF second-upper-most bit is set.
659 #[inline(always)]

Callers 5

lenMethod · 0.80
sign_is_requiredMethod · 0.80
contains_escape_charsMethod · 0.80
atom_bitsMethod · 0.80
fmtMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected