Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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_set
Function · 0.80
atom_to_str
Method · 0.80
str_to_bits
Method · 0.80
bits
Method · 0.80
test_atom_from_bits
Function · 0.80
str_to_bits
Method · 0.80
bits
Method · 0.80
process_rule
Method · 0.80
run
Method · 0.80
Calls
no outgoing calls
Tested by
2
test_css_atom_set
Function · 0.64
test_atom_from_bits
Function · 0.64