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

Method as_bits

crates/css_lexer/src/dyn_atom_registry.rs:24–26  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

22 /// Returns the raw bit representation.
23 #[inline]
24 pub const fn as_bits(self) -> u32 {
25 self.bits
26 }
27
28 /// Returns true if this is a dynamic (runtime-interned) atom.
29 #[inline]

Callers 9

test_css_atom_setFunction · 0.80
atom_to_strMethod · 0.80
str_to_bitsMethod · 0.80
bitsMethod · 0.80
test_atom_from_bitsFunction · 0.80
str_to_bitsMethod · 0.80
bitsMethod · 0.80
process_ruleMethod · 0.80
runMethod · 0.80

Calls

no outgoing calls

Tested by 2

test_css_atom_setFunction · 0.64
test_atom_from_bitsFunction · 0.64