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

Method bits

crates/css_lexer/src/dyn_atom_registry.rs:177–179  ·  view source on GitHub ↗
(&self)

Source from the content-addressed store, hash-verified

175 }
176
177 fn bits(&self) -> u32 {
178 self.static_atoms.as_bits()
179 }
180}
181
182/// Trait for atom types that have a registered singleton `DynAtomRegistry`.

Callers

nothing calls this directly

Calls 1

as_bitsMethod · 0.80

Tested by

no test coverage detected